test clang-tidy ci

This commit is contained in:
Rasmus Karlsson 2022-07-31 16:29:38 +02:00
parent 81773c7d30
commit 4164d04d7b

View file

@ -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;