|
Chatterino
|
#include "widgets/settingspages/GeneralPage.hpp"#include "Application.hpp"#include "common/QLogging.hpp"#include "common/Version.hpp"#include "controllers/hotkeys/HotkeyCategory.hpp"#include "controllers/hotkeys/HotkeyController.hpp"#include "providers/twitch/TwitchChannel.hpp"#include "providers/twitch/TwitchIrcServer.hpp"#include "singletons/Fonts.hpp"#include "singletons/NativeMessaging.hpp"#include "singletons/Paths.hpp"#include "singletons/Theme.hpp"#include "singletons/WindowManager.hpp"#include "util/FuzzyConvert.hpp"#include "util/Helpers.hpp"#include "util/IncognitoBrowser.hpp"#include "util/StreamerMode.hpp"#include "widgets/BaseWindow.hpp"#include "widgets/helper/Line.hpp"#include "widgets/settingspages/GeneralPageView.hpp"#include "widgets/splits/SplitInput.hpp"#include <QDesktopServices>#include <QFileDialog>#include <QFontDialog>#include <QLabel>#include <QScrollArea>Namespaces | |
| chatterino | |
Macros | |
| #define | CHROME_EXTENSION_LINK |
| #define | FIREFOX_EXTENSION_LINK "https://addons.mozilla.org/en-US/firefox/addon/chatterino-native-host/" |
| #define | addTitle addTitle |
| #define | addSubtitle addSubtitle |
| #define | META_KEY "Meta" |
| #define addSubtitle addSubtitle |
| #define addTitle addTitle |
| #define CHROME_EXTENSION_LINK |
| #define FIREFOX_EXTENSION_LINK "https://addons.mozilla.org/en-US/firefox/addon/chatterino-native-host/" |
| #define META_KEY "Meta" |
1.8.13