TextEditor: Add some logging for code folding

Change-Id: I95f6c1b370d458602d9d97e36b21d61c1d261e59
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2024-06-18 15:29:57 +02:00
parent c57d70e242
commit c3d28861da
4 changed files with 20 additions and 1 deletions

View File

@@ -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