fix: replace defines with constexpr/const and use more absolute paths for includes (#5527)
bye bye nuuls
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "DisplayBadge.hpp"
|
||||
#include "util/DisplayBadge.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
DisplayBadge::DisplayBadge(QString displayName, QString badgeName)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "FunctionEventFilter.hpp"
|
||||
#include "util/FunctionEventFilter.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "FuzzyConvert.hpp"
|
||||
#include "util/FuzzyConvert.hpp"
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "Helpers.hpp"
|
||||
#include "util/Helpers.hpp"
|
||||
|
||||
#include "providers/twitch/TwitchCommon.hpp"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "RatelimitBucket.hpp"
|
||||
#include "util/RatelimitBucket.hpp"
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "SampleData.hpp"
|
||||
#include "util/SampleData.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user