aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeeditor.h
diff options
context:
space:
mode:
authorCharles Huet <Charles.Huet@fei.com>2014-08-12 12:21:09 +0200
committerDaniel Teske <daniel.teske@digia.com>2014-08-12 12:35:06 +0200
commitb7f1c9349596da84f5a7579cceca97130d01aebf (patch)
treed103c81f524df365f055d62642bfdaa6158dc49a /src/plugins/cmakeprojectmanager/cmakeeditor.h
parent76efc1ef56e60b65c6e9c69776a9257c2c1c1d58 (diff)
CmakeEditor: Enable code folding support
Change-Id: I00b34d09c16890de53de4cf910fa2638af3ed4d5 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeeditor.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeeditor.h b/src/plugins/cmakeprojectmanager/cmakeeditor.h
index 5c59481d47..3f213de84f 100644
--- a/src/plugins/cmakeprojectmanager/cmakeeditor.h
+++ b/src/plugins/cmakeprojectmanager/cmakeeditor.h
@@ -79,6 +79,7 @@ protected:
private:
CMakeEditorWidget(TextEditor::BaseTextEditorWidget *); // avoid stupidity
+ void ctor();
};
class CMakeDocument : public TextEditor::BaseTextDocument