forked from qt-creator/qt-creator
ClangFormat: Add logging for bug fixing
Change-Id: I3c45c2b49e976da3609b3d8cb964b64f60a7e55b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user