|
Chatterino
|
#include "Application.hpp"#include <atomic>#include "common/Args.hpp"#include "common/QLogging.hpp"#include "common/Version.hpp"#include "controllers/accounts/AccountController.hpp"#include "controllers/commands/CommandController.hpp"#include "controllers/highlights/HighlightController.hpp"#include "controllers/hotkeys/HotkeyController.hpp"#include "controllers/ignores/IgnoreController.hpp"#include "controllers/notifications/NotificationController.hpp"#include "controllers/userdata/UserDataController.hpp"#include "debug/AssertInGuiThread.hpp"#include "messages/MessageBuilder.hpp"#include "providers/bttv/BttvEmotes.hpp"#include "providers/chatterino/ChatterinoBadges.hpp"#include "providers/ffz/FfzBadges.hpp"#include "providers/ffz/FfzEmotes.hpp"#include "providers/irc/Irc2.hpp"#include "providers/seventv/SeventvBadges.hpp"#include "providers/seventv/SeventvEmotes.hpp"#include "providers/seventv/SeventvEventAPI.hpp"#include "providers/twitch/PubSubManager.hpp"#include "providers/twitch/TwitchIrcServer.hpp"#include "providers/twitch/TwitchMessageBuilder.hpp"#include "singletons/Emotes.hpp"#include "singletons/Fonts.hpp"#include "singletons/Logging.hpp"#include "singletons/NativeMessaging.hpp"#include "singletons/Paths.hpp"#include "singletons/Resources.hpp"#include "singletons/Settings.hpp"#include "singletons/Theme.hpp"#include "singletons/Toasts.hpp"#include "singletons/Updates.hpp"#include "singletons/WindowManager.hpp"#include "util/Helpers.hpp"#include "util/PostToThread.hpp"#include "util/RapidjsonHelpers.hpp"#include "widgets/Notebook.hpp"#include "widgets/Window.hpp"#include "widgets/splits/Split.hpp"#include <QDesktopServices>Namespaces | |
| chatterino | |
Functions | |
| Application * | chatterino::getApp () |
| IApplication * | chatterino::getIApp () |
1.8.13