-
-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: mini refactorings and dead code removal (#5512)
- Loading branch information
Showing
28 changed files
with
65 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
#pragma once | ||
|
||
#include "providers/twitch/pubsubmessages/AutoMod.hpp" | ||
#include "providers/twitch/pubsubmessages/Base.hpp" | ||
#include "providers/twitch/pubsubmessages/ChannelPoints.hpp" | ||
#include "providers/twitch/pubsubmessages/ChatModeratorAction.hpp" | ||
#include "providers/twitch/pubsubmessages/Listen.hpp" | ||
#include "providers/twitch/pubsubmessages/Message.hpp" | ||
#include "providers/twitch/pubsubmessages/Unlisten.hpp" | ||
#include "providers/twitch/pubsubmessages/Whisper.hpp" | ||
#include "providers/twitch/pubsubmessages/AutoMod.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/Base.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/ChannelPoints.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/ChatModeratorAction.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/Listen.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/LowTrustUsers.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/Message.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/Unlisten.hpp" // IWYU pragma: export | ||
#include "providers/twitch/pubsubmessages/Whisper.hpp" // IWYU pragma: export |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
#include <QString> | ||
|
||
namespace chatterino { | ||
|
||
class DisplayBadge | ||
{ | ||
public: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.