Implement Qt wrapper for std::runtime_error

This commit is contained in:
Vladimir Golovnev (Glassez)
2018-01-20 09:27:58 +03:00
parent bb683bd393
commit 0fc1ad664f
4 changed files with 86 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ HEADERS += \
$$PWD/bittorrent/torrentinfo.h \
$$PWD/bittorrent/tracker.h \
$$PWD/bittorrent/trackerentry.h \
$$PWD/exceptions.h \
$$PWD/filesystemwatcher.h \
$$PWD/global.h \
$$PWD/http/connection.h \
@@ -82,6 +83,7 @@ SOURCES += \
$$PWD/bittorrent/torrentinfo.cpp \
$$PWD/bittorrent/tracker.cpp \
$$PWD/bittorrent/trackerentry.cpp \
$$PWD/exceptions.cpp \
$$PWD/filesystemwatcher.cpp \
$$PWD/http/connection.cpp \
$$PWD/http/requestparser.cpp \