forked from qt-creator/qt-creator
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:
@@ -23,7 +23,7 @@ enum {
|
||||
};
|
||||
|
||||
enum {
|
||||
DebugStringTable = 1
|
||||
DebugStringTable = 0
|
||||
};
|
||||
|
||||
class StringTablePrivate : public QObject
|
||||
|
Reference in New Issue
Block a user