1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

Maybe ununsed

This commit is contained in:
nordsoft
2023-09-03 17:55:16 +04:00
parent b0105e8a3a
commit 1f9bec32a1

View File

@@ -12,7 +12,7 @@ Chat::Chat(QWidget *parent) :
ui->messageEdit->setCompleter(&namesCompleter);
for(auto i : {GLOBAL, ROOM})
for([[maybe_unused]] auto i : {GLOBAL, ROOM})
chatDocuments.push_back(new QTextDocument(this));
setChatId(GLOBAL);