forked from qt-creator/qt-creator
TextEditor: Add some logging for code folding
Change-Id: I95f6c1b370d458602d9d97e36b21d61c1d261e59 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -125,4 +125,9 @@ TextStyle styleFromName(const char *name)
|
||||
}
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
namespace Internal {
|
||||
Q_LOGGING_CATEGORY(foldingLog, "qtc.editor.folding", QtWarningMsg)
|
||||
} // namespace Internal
|
||||
|
||||
} // namespace TextEditor
|
||||
|
||||
Reference in New Issue
Block a user