#include <QHash>
#include <QString>
#include <functional>
Go to the source code of this file.
◆ QStringAlias
#define QStringAlias |
( |
|
name | ) |
|
Value: QString string; \
{ \
return this->string == other.string; \
} \
{ \
return this->string != other.string; \
} \
}; \
} \
template <> \
struct hash<chatterino::name> { \
{ \
return
qHash(s.string); \
} \
}; \
}
uint qHash(const QColor &key)
Definition: ColorProvider.hpp:63
Definition: SeventvEventAPISubscription.hpp:67
Definition: Application.cpp:48
QString name
Definition: Credentials.cpp:94
bool operator==(const Emote &a, const Emote &b)
Definition: Emote.cpp:7
bool operator!=(const Emote &a, const Emote &b)
Definition: Emote.cpp:13
◆ QStringAlias() [1/7]
QStringAlias |
( |
UserName |
| ) |
|
◆ QStringAlias() [2/7]
◆ QStringAlias() [3/7]
◆ QStringAlias() [4/7]
◆ QStringAlias() [5/7]
◆ QStringAlias() [6/7]
QStringAlias |
( |
EmoteName |
| ) |
|
◆ QStringAlias() [7/7]
QStringAlias |
( |
EmoteAuthor |
| ) |
|