mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
test clang-tidy ci
This commit is contained in:
parent
81773c7d30
commit
4164d04d7b
|
@ -57,6 +57,8 @@ namespace {
|
||||||
const QString &localizedName = message.localizedName;
|
const QString &localizedName = message.localizedName;
|
||||||
bool hasLocalizedName = !localizedName.isEmpty();
|
bool hasLocalizedName = !localizedName.isEmpty();
|
||||||
|
|
||||||
|
auto newAppTest = getApp();
|
||||||
|
|
||||||
// The full string that will be rendered in the chat widget
|
// The full string that will be rendered in the chat widget
|
||||||
QString usernameText;
|
QString usernameText;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue