Chatterino
|
#include "UserInfoPopup.hpp"
#include "Application.hpp"
#include "common/Channel.hpp"
#include "common/NetworkRequest.hpp"
#include "common/QLogging.hpp"
#include "controllers/accounts/AccountController.hpp"
#include "controllers/highlights/HighlightBlacklistUser.hpp"
#include "controllers/hotkeys/HotkeyController.hpp"
#include "messages/Message.hpp"
#include "messages/MessageBuilder.hpp"
#include "providers/IvrApi.hpp"
#include "providers/twitch/TwitchChannel.hpp"
#include "providers/twitch/TwitchIrcServer.hpp"
#include "providers/twitch/api/Helix.hpp"
#include "singletons/Resources.hpp"
#include "singletons/Settings.hpp"
#include "singletons/Theme.hpp"
#include "singletons/WindowManager.hpp"
#include "util/Clipboard.hpp"
#include "util/Helpers.hpp"
#include "util/LayoutCreator.hpp"
#include "util/PostToThread.hpp"
#include "util/StreamerMode.hpp"
#include "widgets/Label.hpp"
#include "widgets/Scrollbar.hpp"
#include "widgets/Window.hpp"
#include "widgets/helper/ChannelView.hpp"
#include "widgets/helper/EffectLabel.hpp"
#include "widgets/helper/Line.hpp"
#include "widgets/splits/Split.hpp"
#include <QCheckBox>
#include <QDesktopServices>
#include <QNetworkAccessManager>
#include <QNetworkReply>
Namespaces | |
chatterino | |
Macros | |
#define | TEXT_USER_ID "ID: " |
#define | TEXT_UNAVAILABLE "(not available)" |
Functions | |
const QString | TEXT_FOLLOWERS ("Followers: %1") |
const QString | TEXT_CREATED ("Created: %1") |
const QString | TEXT_TITLE ("%1's Usercard - #%2") |
#define TEXT_UNAVAILABLE "(not available)" |
#define TEXT_USER_ID "ID: " |
const QString TEXT_CREATED | ( | "Created: %1" | ) |
const QString TEXT_FOLLOWERS | ( | "Followers: %1" | ) |
const QString TEXT_TITLE | ( | "%1's Usercard - #%2" | ) |