|
Chatterino
|
#include "widgets/Window.hpp"#include "Application.hpp"#include "common/Credentials.hpp"#include "common/Modes.hpp"#include "common/QLogging.hpp"#include "common/Version.hpp"#include "controllers/accounts/AccountController.hpp"#include "controllers/hotkeys/HotkeyController.hpp"#include "providers/twitch/TwitchIrcServer.hpp"#include "singletons/Settings.hpp"#include "singletons/Theme.hpp"#include "singletons/Updates.hpp"#include "singletons/WindowManager.hpp"#include "util/InitUpdateButton.hpp"#include "widgets/AccountSwitchPopup.hpp"#include "widgets/Notebook.hpp"#include "widgets/dialogs/SettingsDialog.hpp"#include "widgets/dialogs/UpdateDialog.hpp"#include "widgets/dialogs/WelcomeDialog.hpp"#include "widgets/dialogs/switcher/QuickSwitcherPopup.hpp"#include "widgets/helper/EffectLabel.hpp"#include "widgets/helper/NotebookTab.hpp"#include "widgets/helper/TitlebarButton.hpp"#include "widgets/splits/ClosedSplits.hpp"#include "widgets/splits/Split.hpp"#include "widgets/splits/SplitContainer.hpp"#include <rapidjson/document.h>#include "providers/twitch/PubSubManager.hpp"#include "providers/twitch/PubSubMessages.hpp"#include "util/SampleData.hpp"#include <QApplication>#include <QDesktopServices>#include <QHeaderView>#include <QMenuBar>#include <QPalette>#include <QStandardItemModel>#include <QVBoxLayout>Namespaces | |
| chatterino | |
1.8.13