2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix some warnings from GCC 11

This commit is contained in:
Ilya Fedin
2021-06-01 16:39:19 +04:00
committed by John Preston
parent 24c435bb5f
commit fe4c5155eb
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ public:
QString full() {
const auto file = files[LogDataMain].get();
if (!!file || !file->isOpen()) {
if (!file || !file->isOpen()) {
return QString();
}