From a83adc7d6d0a16d08687a903da8a992e3affedcc Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 3 Aug 2010 08:42:30 +0000 Subject: Theme Editor: Removed markup comments from CodeEditor files (it was originally a Nokia example, so it was marked up with comments for their documentation), implemented the beginnings of drag and drop editing. Viewports are now movable, but don't invoke code generation yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27675 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/codeeditor.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'utils/themeeditor/gui/codeeditor.h') 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 -- cgit v1.1