for pajlada

This commit is contained in:
apa420
2018-08-19 15:09:00 +02:00
parent 3d109a6ca3
commit 21c4880ace
6 changed files with 172 additions and 34 deletions
+4 -2
View File
@@ -255,7 +255,8 @@ SOURCES += \
src/util/FormatTime.cpp \
src/util/FunctionEventFilter.cpp \
src/controllers/notifications/NotificationModel.cpp \
src/singletons/Toasts.cpp
src/singletons/Toasts.cpp \
src/singletons/DownloadManager.cpp
HEADERS += \
src/Application.hpp \
@@ -458,7 +459,8 @@ HEADERS += \
src/util/FunctionEventFilter.hpp \
src/controllers/notifications/NotificationModel.hpp \
src/controllers/notifications/NotificationPhrase.hpp \
src/singletons/Toasts.hpp
src/singletons/Toasts.hpp \
src/singletons/DownloadManager.hpp
RESOURCES += \
resources/resources.qrc \