diff --git a/chatterino.pro b/chatterino.pro index c027839ff..074cf1041 100644 --- a/chatterino.pro +++ b/chatterino.pro @@ -14,7 +14,7 @@ INCLUDEPATH += src/ TARGET = chatterino TEMPLATE = app DEFINES += QT_DEPRECATED_WARNINGS -PRECOMPILED_HEADER = src/precompiled_header.hpp +PRECOMPILED_HEADER = src/PrecompiledHeader.hpp CONFIG += precompile_header # https://bugreports.qt.io/browse/QTBUG-27018 @@ -93,298 +93,309 @@ werr { # src SOURCES += \ - src/main.cpp \ - src/application.cpp \ - src/channel.cpp \ - src/channeldata.cpp \ - src/messages/image.cpp \ - src/messages/layouts/messagelayout.cpp \ - src/messages/layouts/messagelayoutcontainer.cpp \ - src/messages/layouts/messagelayoutelement.cpp \ - src/messages/link.cpp \ - src/messages/message.cpp \ - src/messages/messagebuilder.cpp \ - src/messages/messagecolor.cpp \ - src/messages/messageelement.cpp \ - src/providers/irc/abstractircserver.cpp \ - src/providers/twitch/ircmessagehandler.cpp \ - src/providers/twitch/twitchaccount.cpp \ - src/providers/twitch/twitchaccountmanager.cpp \ - src/providers/twitch/twitchchannel.cpp \ - src/providers/twitch/twitchmessagebuilder.cpp \ - src/providers/twitch/twitchserver.cpp \ - src/providers/twitch/pubsub.cpp \ - src/providers/twitch/twitchemotes.cpp \ - src/providers/bttv/bttvemotes.cpp \ - src/providers/ffz/ffzemotes.cpp \ - src/providers/emoji/emojis.cpp \ - src/singletons/emotemanager.cpp \ - src/singletons/fontmanager.cpp \ - src/util/completionmodel.cpp \ - src/singletons/helper/loggingchannel.cpp \ - src/singletons/helper/moderationaction.cpp \ - src/singletons/helper/chatterinosetting.cpp \ - src/singletons/helper/giftimer.cpp \ - src/singletons/loggingmanager.cpp \ - src/singletons/pathmanager.cpp \ - src/singletons/resourcemanager.cpp \ - src/singletons/settingsmanager.cpp \ - src/singletons/thememanager.cpp \ - src/singletons/windowmanager.cpp \ - src/util/networkmanager.cpp \ - src/util/networkrequest.cpp \ - src/widgets/accountswitchpopupwidget.cpp \ - src/widgets/accountswitchwidget.cpp \ - src/widgets/basewidget.cpp \ - src/widgets/basewindow.cpp \ - src/widgets/emotepopup.cpp \ - src/widgets/helper/channelview.cpp \ - src/widgets/helper/droppreview.cpp \ - src/widgets/helper/notebookbutton.cpp \ - src/widgets/helper/notebooktab.cpp \ - src/widgets/helper/resizingtextedit.cpp \ - src/widgets/helper/rippleeffectbutton.cpp \ - src/widgets/helper/rippleeffectlabel.cpp \ - src/widgets/helper/scrollbarhighlight.cpp \ - src/widgets/helper/searchpopup.cpp \ - src/widgets/helper/settingsdialogtab.cpp \ - src/widgets/helper/splitcolumn.cpp \ - src/widgets/helper/splitheader.cpp \ - src/widgets/helper/splitinput.cpp \ - src/widgets/helper/titlebarbutton.cpp \ - src/widgets/logindialog.cpp \ - src/widgets/notebook.cpp \ - src/widgets/qualitypopup.cpp \ - src/widgets/scrollbar.cpp \ - src/widgets/settingsdialog.cpp \ - src/widgets/settingspages/aboutpage.cpp \ - src/widgets/settingspages/accountspage.cpp \ - src/widgets/settingspages/appearancepage.cpp \ - src/widgets/settingspages/behaviourpage.cpp \ - src/widgets/settingspages/commandpage.cpp \ - src/widgets/settingspages/emotespage.cpp \ - src/widgets/settingspages/highlightingpage.cpp \ - src/widgets/settingspages/ignoreuserspage.cpp \ - src/widgets/settingspages/keyboardsettingspage.cpp \ - src/widgets/settingspages/logspage.cpp \ - src/widgets/settingspages/moderationpage.cpp \ - src/widgets/settingspages/settingspage.cpp \ - src/widgets/settingspages/specialchannelspage.cpp \ - src/widgets/split.cpp \ - src/widgets/splitcontainer.cpp \ - src/widgets/streamview.cpp \ - src/widgets/textinputdialog.cpp \ - src/widgets/tooltipwidget.cpp \ - src/widgets/window.cpp \ - src/providers/irc/ircaccount.cpp \ - src/providers/irc/ircserver.cpp \ - src/providers/irc/ircchannel2.cpp \ - src/util/streamlink.cpp \ - src/providers/twitch/twitchhelpers.cpp \ - src/widgets/helper/signallabel.cpp \ - src/widgets/helper/debugpopup.cpp \ - src/util/debugcount.cpp \ - src/singletons/nativemessagingmanager.cpp \ - src/util/rapidjson-helpers.cpp \ - src/providers/twitch/pubsubhelpers.cpp \ - src/providers/twitch/pubsubactions.cpp \ - src/providers/twitch/twitchuser.cpp \ - src/widgets/selectchanneldialog.cpp \ - src/singletons/updatemanager.cpp \ - src/widgets/lastruncrashdialog.cpp \ - src/widgets/attachedwindow.cpp \ - src/widgets/settingspages/externaltoolspage.cpp \ - src/widgets/helper/comboboxitemdelegate.cpp \ - src/controllers/commands/command.cpp \ - src/controllers/commands/commandmodel.cpp \ - src/controllers/commands/commandcontroller.cpp \ - src/controllers/highlights/highlightcontroller.cpp \ - src/controllers/highlights/highlightmodel.cpp \ - src/controllers/ignores/ignorecontroller.cpp \ - src/controllers/ignores/ignoremodel.cpp \ - src/widgets/helper/editablemodelview.cpp \ - src/controllers/accounts/accountcontroller.cpp \ - src/controllers/accounts/accountmodel.cpp \ - src/controllers/accounts/account.cpp \ - src/widgets/helper/splitoverlay.cpp \ - src/widgets/helper/dropoverlay.cpp \ - src/widgets/helper/splitnode.cpp \ - src/widgets/notificationpopup.cpp \ - src/controllers/taggedusers/taggeduserscontroller.cpp \ - src/controllers/taggedusers/taggeduser.cpp \ - src/controllers/taggedusers/taggedusersmodel.cpp \ - src/util/emotemap.cpp \ - src/providers/irc/ircconnection2.cpp \ - src/widgets/userinfopopup.cpp \ - src/widgets/welcomedialog.cpp \ - src/widgets/label.cpp \ - src/widgets/settingspages/browserextensionpage.cpp \ - src/util/windows_helper.cpp + src/Application.cpp + src/Channel.cpp + src/ChannelData.cpp + src/Common.h.cpp + src/controllers/accounts/Account.cpp + src/controllers/accounts/AccountController.cpp + src/controllers/accounts/AccountModel.cpp + src/controllers/commands/Command.cpp + src/controllers/commands/CommandController.cpp + src/controllers/commands/CommandModel.cpp + src/controllers/highlights/HighlightController.cpp + src/controllers/highlights/HighlightModel.cpp + src/controllers/ignores/IgnoreController.cpp + src/controllers/ignores/IgnoreModel.cpp + src/controllers/taggedusers/TaggedUser.cpp + src/controllers/taggedusers/TaggedUsersController.cpp + src/controllers/taggedusers/TaggedUsersModel.cpp + src/main.cpp + src/messages/Image.cpp + src/messages/layouts/MessageLayout.cpp + src/messages/layouts/MessageLayoutContainer.cpp + src/messages/layouts/MessageLayoutElement.cpp + src/messages/Link.cpp + src/messages/Message.cpp + src/messages/MessageBuilder.cpp + src/messages/MessageColor.cpp + src/messages/MessageElement.cpp + src/providers/bttv/BttvEmotes.cpp + src/providers/emoji/Emojis.cpp + src/providers/ffz/FfzEmotes.cpp + src/providers/irc/AbstractIrcServer.cpp + src/providers/irc/IrcAccount.cpp + src/providers/irc/IrcChannel2.cpp + src/providers/irc/IrcConnection2.cpp + src/providers/irc/IrcServer.cpp + src/providers/twitch/IrcMessageHandler.cpp + src/providers/twitch/Pubsub.cpp + src/providers/twitch/PubsubActions.cpp + src/providers/twitch/PubsubHelpers.cpp + src/providers/twitch/TwitchAccount.cpp + src/providers/twitch/TwitchAccountManager.cpp + src/providers/twitch/TwitchChannel.cpp + src/providers/twitch/TwitchEmotes.cpp + src/providers/twitch/TwitchHelpers.cpp + src/providers/twitch/TwitchMessageBuilder.cpp + src/providers/twitch/TwitchServer.cpp + src/providers/twitch/TwitchUser.cpp + src/singletons/EmoteManager.cpp + src/singletons/FontManager.cpp + src/singletons/helper/ChatterinoSetting.cpp + src/singletons/helper/GifTimer.cpp + src/singletons/helper/LoggingChannel.cpp + src/singletons/helper/ModerationAction.cpp + src/singletons/IrcManager.cpp + src/singletons/LoggingManager.cpp + src/singletons/NativeMessagingManager.cpp + src/singletons/PathManager.cpp + src/singletons/ResourceManager.cpp + src/singletons/SettingsManager.cpp + src/singletons/ThemeManager.cpp + src/singletons/UpdateManager.cpp + src/singletons/WindowManager.cpp + src/util/CompletionModel.cpp + src/util/DebugCount.cpp + src/util/Emotemap.cpp + src/util/NetworkManager.cpp + src/util/NetworkRequest.cpp + src/util/RapidjsonHelpers.cpp + src/util/StreamLink.cpp + src/util/WindowsHelper.cpp + src/widgets/AccountSwitchPopupWidget.cpp + src/widgets/AccountSwitchWidget.cpp + src/widgets/AttachedWindow.cpp + src/widgets/BaseWidget.cpp + src/widgets/BaseWindow.cpp + src/widgets/EmotePopup.cpp + src/widgets/helper/ChannelView.cpp + src/widgets/helper/ComboBoxItemDelegate.cpp + src/widgets/helper/DebugPopup.cpp + src/widgets/helper/DropOverlay.cpp + src/widgets/helper/DropPreview.cpp + src/widgets/helper/EditableModelView.cpp + src/widgets/helper/NotebookButton.cpp + src/widgets/helper/NotebookTab.cpp + src/widgets/helper/ResizingTextEdit.cpp + src/widgets/helper/RippleEffectButton.cpp + src/widgets/helper/RippleEffectLabel.cpp + src/widgets/helper/ScrollbarHighlight.cpp + src/widgets/helper/SearchPopup.cpp + src/widgets/helper/SettingsDialogTab.cpp + src/widgets/helper/SignalLabel.cpp + src/widgets/helper/SplitColumn.cpp + src/widgets/helper/SplitHeader.cpp + src/widgets/helper/SplitInput.cpp + src/widgets/helper/SplitNode.cpp + src/widgets/helper/SplitOverlay.cpp + src/widgets/helper/TitlebarButton.cpp + src/widgets/Label.cpp + src/widgets/LastRunCrashDialog.cpp + src/widgets/LoginDialog.cpp + src/widgets/Notebook.cpp + src/widgets/NotificationPopup.cpp + src/widgets/QualityPopup.cpp + src/widgets/Scrollbar.cpp + src/widgets/SelectChannelDialog.cpp + src/widgets/SettingsDialog.cpp + src/widgets/settingspages/AboutPage.cpp + src/widgets/settingspages/AccountsPage.cpp + src/widgets/settingspages/AppearancePage.cpp + src/widgets/settingspages/BehaviourPage.cpp + src/widgets/settingspages/BrowserextensionPage.cpp + src/widgets/settingspages/CommandPage.cpp + src/widgets/settingspages/EmotesPage.cpp + src/widgets/settingspages/ExternaltoolsPage.cpp + src/widgets/settingspages/HighlightingPage.cpp + src/widgets/settingspages/IgnoreusersPage.cpp + src/widgets/settingspages/KeyboardsettingsPage.cpp + src/widgets/settingspages/LogsPage.cpp + src/widgets/settingspages/ModerationPage.cpp + src/widgets/settingspages/SettingsPage.cpp + src/widgets/settingspages/SpecialChannelsPage.cpp + src/widgets/Split.cpp + src/widgets/SplitContainer.cpp + src/widgets/StreamView.cpp + src/widgets/TextInputDialog.cpp + src/widgets/TooltipWidget.cpp + src/widgets/UserInfoPopup.cpp + src/widgets/WelcomeDialog.cpp + src/widgets/Window.cpp HEADERS += \ - src/precompiled_header.hpp \ - src/channel.hpp \ - src/const.hpp \ - src/debug/log.hpp \ - src/messages/image.hpp \ - src/messages/layouts/messagelayout.hpp \ - src/messages/layouts/messagelayoutcontainer.hpp \ - src/messages/layouts/messagelayoutelement.hpp \ - src/messages/limitedqueue.hpp \ - src/messages/limitedqueuesnapshot.hpp \ - src/messages/link.hpp \ - src/messages/message.hpp \ - src/messages/messagebuilder.hpp \ - src/messages/messagecolor.hpp \ - src/messages/messageelement.hpp \ - src/messages/messageparseargs.hpp \ - src/messages/selection.hpp \ - src/providers/twitch/emotevalue.hpp \ - src/providers/twitch/ircmessagehandler.hpp \ - src/providers/twitch/twitchaccount.hpp \ - src/providers/twitch/twitchaccountmanager.hpp \ - src/providers/twitch/twitchchannel.hpp \ - src/providers/twitch/twitchmessagebuilder.hpp \ - src/providers/twitch/twitchserver.hpp \ - src/providers/twitch/pubsub.hpp \ - src/providers/twitch/twitchemotes.hpp \ - src/providers/bttv/bttvemotes.hpp \ - src/providers/ffz/ffzemotes.hpp \ - src/providers/emoji/emojis.hpp \ - src/singletons/emotemanager.hpp \ - src/singletons/fontmanager.hpp \ - src/singletons/helper/chatterinosetting.hpp \ - src/singletons/helper/giftimer.hpp \ - src/util/completionmodel.hpp \ - src/singletons/helper/loggingchannel.hpp \ - src/singletons/helper/moderationaction.hpp \ - src/singletons/loggingmanager.hpp \ - src/singletons/pathmanager.hpp \ - src/singletons/resourcemanager.hpp \ - src/singletons/thememanager.hpp \ - src/singletons/windowmanager.hpp \ - src/util/benchmark.hpp \ - src/util/concurrentmap.hpp \ - src/util/distancebetweenpoints.hpp \ - src/util/emotemap.hpp \ - src/util/flagsenum.hpp \ - src/util/helpers.hpp \ - src/util/irchelpers.hpp \ - src/util/layoutcreator.hpp \ - src/util/nativeeventhelper.hpp \ - src/util/networkmanager.hpp \ - src/util/networkrequest.hpp \ - src/util/networkrequester.hpp \ - src/util/networkworker.hpp \ - src/util/posttothread.hpp \ - src/util/property.hpp \ - src/util/serialize-custom.hpp \ - src/util/urlfetch.hpp \ - src/widgets/accountswitchpopupwidget.hpp \ - src/widgets/accountswitchwidget.hpp \ - src/widgets/basewidget.hpp \ - src/widgets/basewindow.hpp \ - src/widgets/emotepopup.hpp \ - src/widgets/helper/channelview.hpp \ - src/widgets/helper/droppreview.hpp \ - src/widgets/helper/notebookbutton.hpp \ - src/widgets/helper/notebooktab.hpp \ - src/widgets/helper/resizingtextedit.hpp \ - src/widgets/helper/rippleeffectbutton.hpp \ - src/widgets/helper/rippleeffectlabel.hpp \ - src/widgets/helper/scrollbarhighlight.hpp \ - src/widgets/helper/searchpopup.hpp \ - src/widgets/helper/settingsdialogtab.hpp \ - src/widgets/helper/shortcut.hpp \ - src/widgets/helper/signallabel.hpp \ - src/widgets/helper/splitcolumn.hpp \ - src/widgets/helper/splitheader.hpp \ - src/widgets/helper/splitinput.hpp \ - src/widgets/helper/titlebarbutton.hpp \ - src/widgets/notebook.hpp \ - src/widgets/qualitypopup.hpp \ - src/widgets/scrollbar.hpp \ - src/widgets/settingsdialog.hpp \ - src/widgets/settingspages/aboutpage.hpp \ - src/widgets/settingspages/accountspage.hpp \ - src/widgets/settingspages/appearancepage.hpp \ - src/widgets/settingspages/behaviourpage.hpp \ - src/widgets/settingspages/commandpage.hpp \ - src/widgets/settingspages/emotespage.hpp \ - src/widgets/settingspages/highlightingpage.hpp \ - src/widgets/settingspages/ignoreuserspage.hpp \ - src/widgets/settingspages/keyboardsettingspage.hpp \ - src/widgets/settingspages/logspage.hpp \ - src/widgets/settingspages/moderationpage.hpp \ - src/widgets/settingspages/settingspage.hpp \ - src/widgets/settingspages/specialchannelspage.hpp \ - src/widgets/split.hpp \ - src/widgets/splitcontainer.hpp \ - src/widgets/streamview.hpp \ - src/widgets/textinputdialog.hpp \ - src/widgets/tooltipwidget.hpp \ - src/widgets/window.hpp \ - src/common.hpp \ - src/providers/irc/abstractircserver.hpp \ - src/providers/irc/ircaccount.hpp \ - src/providers/irc/ircserver.hpp \ - src/providers/irc/ircchannel2.hpp \ - src/util/streamlink.hpp \ - src/providers/twitch/twitchhelpers.hpp \ - src/util/debugcount.hpp \ - src/widgets/helper/debugpopup.hpp \ - src/version.hpp \ - src/singletons/settingsmanager.hpp \ - src/singletons/nativemessagingmanager.hpp \ - src/util/rapidjson-helpers.hpp \ - src/providers/twitch/pubsubhelpers.hpp \ - src/providers/twitch/pubsubactions.hpp \ - src/providers/twitch/twitchuser.hpp \ - src/widgets/selectchanneldialog.hpp \ - src/singletons/updatemanager.hpp \ - src/widgets/lastruncrashdialog.hpp \ - src/widgets/attachedwindow.hpp \ - src/widgets/settingspages/externaltoolspage.hpp \ - src/util/removescrollareabackground.hpp \ - src/util/standarditemhelper.hpp \ - src/widgets/helper/comboboxitemdelegate.hpp \ - src/util/assertinguithread.hpp \ - src/util/signalvector2.hpp \ - src/util/signalvectormodel.hpp \ - src/controllers/commands/command.hpp \ - src/controllers/commands/commandmodel.hpp \ - src/controllers/commands/commandcontroller.hpp \ - src/controllers/highlights/highlightcontroller.hpp \ - src/controllers/highlights/highlightphrase.hpp \ - src/controllers/highlights/highlightmodel.hpp \ - src/controllers/ignores/ignorecontroller.hpp \ - src/controllers/ignores/ignorephrase.hpp \ - src/controllers/ignores/ignoremodel.hpp \ - src/widgets/helper/editablemodelview.hpp \ - src/controllers/accounts/accountcontroller.hpp \ - src/controllers/accounts/accountmodel.hpp \ - src/controllers/accounts/account.hpp \ - src/util/sharedptrelementless.hpp \ - src/widgets/helper/splitoverlay.hpp \ - src/widgets/helper/dropoverlay.hpp \ - src/widgets/helper/splitnode.hpp \ - src/widgets/notificationpopup.hpp \ - src/controllers/taggedusers/taggeduserscontroller.hpp \ - src/controllers/taggedusers/taggeduser.hpp \ - src/providerid.hpp \ - src/controllers/taggedusers/taggedusersmodel.hpp \ - src/util/qstringhash.hpp \ - src/util/mutexvalue.hpp \ - src/providers/irc/ircconnection2.hpp \ - src/widgets/helper/line.hpp \ - src/widgets/userinfopopup.hpp \ - src/widgets/welcomedialog.hpp \ - src/util/clamp.hpp \ - src/widgets/label.hpp \ - src/util/combine_path.hpp \ - src/widgets/settingspages/browserextensionpage.hpp \ - src/nullableptr.hpp \ - src/util/windows_helper.hpp + src/Application.hpp + src/Channel.hpp + src/ChannelData.hpp + src/Common.hpp + src/Const.hpp + src/controllers/accounts/Account.hpp + src/controllers/accounts/AccountController.hpp + src/controllers/accounts/AccountModel.hpp + src/controllers/commands/Command.hpp + src/controllers/commands/CommandController.hpp + src/controllers/commands/CommandModel.hpp + src/controllers/highlights/HighlightController.hpp + src/controllers/highlights/HighlightModel.hpp + src/controllers/highlights/HighlightPhrase.hpp + src/controllers/ignores/IgnoreController.hpp + src/controllers/ignores/IgnoreModel.hpp + src/controllers/ignores/IgnorePhrase.hpp + src/controllers/taggedusers/TaggedUser.hpp + src/controllers/taggedusers/TaggedUsersController.hpp + src/controllers/taggedusers/TaggedUsersModel.hpp + src/Credentials.hpp + src/debug/Log.hpp + src/LockedObject.hpp + src/messages/HighlightPhrase.hpp + src/messages/Image.hpp + src/messages/layouts/MessageLayout.hpp + src/messages/layouts/MessageLayoutContainer.hpp + src/messages/layouts/MessageLayoutElement.hpp + src/messages/LimitedQueue.hpp + src/messages/LimitedQueueSnapshot.hpp + src/messages/Link.hpp + src/messages/Message.hpp + src/messages/MessageBuilder.hpp + src/messages/MessageColor.hpp + src/messages/MessageElement.hpp + src/messages/MessageParseArgs.hpp + src/messages/Selection.hpp + src/NullablePtr.hpp + src/PrecompiledHeader.hpp + src/ProviderId.hpp + src/providers/bttv/BttvEmotes.hpp + src/providers/emoji/Emojis.hpp + src/providers/ffz/FfzEmotes.hpp + src/providers/irc/AbstractIrcServer.hpp + src/providers/irc/IrcAccount.hpp + src/providers/irc/IrcChannel2.hpp + src/providers/irc/IrcConnection2.hpp + src/providers/irc/IrcServer.hpp + src/providers/twitch/EmoteValue.hpp + src/providers/twitch/IrcMessageHandler.hpp + src/providers/twitch/Pubsub.hpp + src/providers/twitch/PubsubActions.hpp + src/providers/twitch/PubsubHelpers.hpp + src/providers/twitch/TwitchAccount.hpp + src/providers/twitch/TwitchAccountManager.hpp + src/providers/twitch/TwitchChannel.hpp + src/providers/twitch/TwitchEmotes.hpp + src/providers/twitch/TwitchHelpers.hpp + src/providers/twitch/TwitchMessageBuilder.hpp + src/providers/twitch/TwitchServer.hpp + src/providers/twitch/TwitchUser.hpp + src/SignalVector.hpp + src/singletons/EmoteManager.hpp + src/singletons/FontManager.hpp + src/singletons/helper/ChatterinoSetting.hpp + src/singletons/helper/GifTimer.hpp + src/singletons/helper/LoggingChannel.hpp + src/singletons/helper/ModerationAction.hpp + src/singletons/IrcManager.hpp + src/singletons/LoggingManager.hpp + src/singletons/NativeMessagingManager.hpp + src/singletons/PathManager.hpp + src/singletons/ResourceManager.hpp + src/singletons/SettingsManager.hpp + src/singletons/ThemeManager.hpp + src/singletons/UpdateManager.hpp + src/singletons/WindowManager.hpp + src/util/AssertInGuiThread.hpp + src/util/Benchmark.hpp + src/util/Clamp.hpp + src/util/CombinePath.hpp + src/util/CompletionModel.hpp + src/util/ConcurrentMap.hpp + src/util/DebugCount.hpp + src/util/DistanceBetweenPoints.hpp + src/util/Emotemap.hpp + src/util/FlagsEnum.hpp + src/util/Helpers.hpp + src/util/IrcHelpers.hpp + src/util/LayoutCreator.hpp + src/util/MutexValue.hpp + src/util/NativeEventHelper.hpp + src/util/NetworkManager.hpp + src/util/NetworkRequest.hpp + src/util/NetworkRequester.hpp + src/util/NetworkWorker.hpp + src/util/PostToThread.hpp + src/util/Property.hpp + src/util/QstringHash.hpp + src/util/RapidjsonHelpers.hpp + src/util/RemoveScrollAreaBackground.hpp + src/util/SerializeCustom.hpp + src/util/SharedPtrElementLess.hpp + src/util/SignalVector2.hpp + src/util/SignalVectorModel.hpp + src/util/StandardItemHelper.hpp + src/util/StreamLink.hpp + src/util/UrlFetch.hpp + src/util/WindowsHelper.hpp + src/Version.hpp + src/widgets/AccountSwitchPopupWidget.hpp + src/widgets/AccountSwitchWidget.hpp + src/widgets/AttachedWindow.hpp + src/widgets/BaseWidget.hpp + src/widgets/BaseWindow.hpp + src/widgets/EmotePopup.hpp + src/widgets/helper/ChannelView.hpp + src/widgets/helper/ComboBoxItemDelegate.hpp + src/widgets/helper/DebugPopup.hpp + src/widgets/helper/DropOverlay.hpp + src/widgets/helper/DropPreview.hpp + src/widgets/helper/EditableModelView.hpp + src/widgets/helper/Line.hpp + src/widgets/helper/NotebookButton.hpp + src/widgets/helper/NotebookTab.hpp + src/widgets/helper/ResizingTextEdit.hpp + src/widgets/helper/RippleEffectButton.hpp + src/widgets/helper/RippleEffectLabel.hpp + src/widgets/helper/ScrollbarHighlight.hpp + src/widgets/helper/SearchPopup.hpp + src/widgets/helper/SettingsDialogTab.hpp + src/widgets/helper/Shortcut.hpp + src/widgets/helper/SignalLabel.hpp + src/widgets/helper/SplitColumn.hpp + src/widgets/helper/SplitHeader.hpp + src/widgets/helper/SplitInput.hpp + src/widgets/helper/SplitNode.hpp + src/widgets/helper/SplitOverlay.hpp + src/widgets/helper/TitlebarButton.hpp + src/widgets/Label.hpp + src/widgets/LastRunCrashDialog.hpp + src/widgets/LoginDialog.hpp + src/widgets/Notebook.hpp + src/widgets/NotificationPopup.hpp + src/widgets/QualityPopup.hpp + src/widgets/Scrollbar.hpp + src/widgets/SelectChannelDialog.hpp + src/widgets/SettingsDialog.hpp + src/widgets/settingspages/AboutPage.hpp + src/widgets/settingspages/AccountsPage.hpp + src/widgets/settingspages/AppearancePage.hpp + src/widgets/settingspages/BehaviourPage.hpp + src/widgets/settingspages/BrowserextensionPage.hpp + src/widgets/settingspages/CommandPage.hpp + src/widgets/settingspages/EmotesPage.hpp + src/widgets/settingspages/ExternaltoolsPage.hpp + src/widgets/settingspages/HighlightingPage.hpp + src/widgets/settingspages/IgnoreusersPage.hpp + src/widgets/settingspages/KeyboardsettingsPage.hpp + src/widgets/settingspages/LogsPage.hpp + src/widgets/settingspages/ModerationPage.hpp + src/widgets/settingspages/SettingsPage.hpp + src/widgets/settingspages/SpecialChannelsPage.hpp + src/widgets/Split.hpp + src/widgets/SplitContainer.hpp + src/widgets/StreamView.hpp + src/widgets/TextInputDialog.hpp + src/widgets/Titlebar.hpp + src/widgets/TooltipWidget.hpp + src/widgets/UserInfoPopup.hpp + src/widgets/WelcomeDialog.hpp + src/widgets/Window.hpp RESOURCES += \ resources/resources.qrc