StringTable: Switch off debug printouts by default

Amends 7a02b39f26

Change-Id: Ie5ee3cd6119adf47149dcfaf4a6847474dcf4dbd
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2022-12-06 17:21:42 +01:00
parent c5a27770f4
commit 89f4381964

View File

@@ -23,7 +23,7 @@ enum {
}; };
enum { enum {
DebugStringTable = 1 DebugStringTable = 0
}; };
class StringTablePrivate : public QObject class StringTablePrivate : public QObject