ClangFormat: Add logging for bug fixing

Change-Id: I3c45c2b49e976da3609b3d8cb964b64f60a7e55b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Artem Sokolovskii
2022-08-18 12:43:44 +02:00
parent a454a7f282
commit 045899272c
3 changed files with 46 additions and 1 deletions

View File

@@ -5,10 +5,14 @@
#include <texteditor/indenter.h>
#include <QLoggingCategory>
namespace clang::format { struct FormatStyle; }
namespace ClangFormat {
Q_DECLARE_LOGGING_CATEGORY(clangIndenterLog)
class ClangFormatBaseIndenter : public TextEditor::Indenter
{
public: