summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/codeeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/codeeditor.h')
-rw-r--r--utils/themeeditor/gui/codeeditor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/themeeditor/gui/codeeditor.h b/utils/themeeditor/gui/codeeditor.h
index 21f1c56..9968cf5 100644
--- a/utils/themeeditor/gui/codeeditor.h
+++ b/utils/themeeditor/gui/codeeditor.h
@@ -51,8 +51,6 @@ QT_END_NAMESPACE
class LineNumberArea;
-//![codeeditordefinition]
-
class CodeEditor : public QPlainTextEdit
{
Q_OBJECT
@@ -91,9 +89,6 @@ private:
int docLength;
};
-//![codeeditordefinition]
-//![extraarea]
-
class LineNumberArea : public QWidget
{
public:
@@ -114,6 +109,4 @@ private:
CodeEditor *codeEditor;
};
-//![extraarea]
-
#endif