From df7d256c7f37e62fbea5143742580a6c8fdff841 Mon Sep 17 00:00:00 2001 From: apa420 <17131426+apa420@users.noreply.github.com> Date: Wed, 29 Aug 2018 09:57:10 +0200 Subject: [PATCH] Update chatterino.pro --- chatterino.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatterino.pro b/chatterino.pro index 16ba15c6b..e281901d7 100644 --- a/chatterino.pro +++ b/chatterino.pro @@ -254,7 +254,7 @@ SOURCES += \ src/util/FunctionEventFilter.cpp \ src/controllers/notifications/NotificationModel.cpp \ src/singletons/Toasts.cpp \ - src/common/DownloadManager.cpp + src/common/DownloadManager.cpp \ src/widgets/helper/EffectLabel.cpp \ src/widgets/helper/Button.cpp \ src/messages/MessageContainer.cpp \ @@ -454,7 +454,7 @@ HEADERS += \ src/util/FunctionEventFilter.hpp \ src/controllers/notifications/NotificationModel.hpp \ src/singletons/Toasts.hpp \ - src/common/DownloadManager.hpp + src/common/DownloadManager.hpp \ src/widgets/helper/EffectLabel.hpp \ src/util/LayoutHelper.hpp \ src/widgets/helper/Button.hpp \