CmakeEditor: Enable code folding support

Change-Id: I00b34d09c16890de53de4cf910fa2638af3ed4d5
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Charles Huet
2014-08-12 12:21:09 +02:00
committed by Daniel Teske
parent 76efc1ef56
commit b7f1c93495
2 changed files with 12 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ protected:
private:
CMakeEditorWidget(TextEditor::BaseTextEditorWidget *); // avoid stupidity
void ctor();
};
class CMakeDocument : public TextEditor::BaseTextDocument