diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-17 18:47:03 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-17 18:47:03 +0000 |
| commit | a9b30ee002d828f3f5e8f77ce6d132bb353ed31f (patch) | |
| tree | ee6ab34ad2ffd60f5ba3e6f0dbbf7af62bf5b423 /utils/themeeditor/gui/codeeditor.h | |
| parent | 8e8c8dce51c9b1cd5aa49e2d1edec908e2dfcdc6 (diff) | |
| download | rockbox-a9b30ee002d828f3f5e8f77ce6d132bb353ed31f.zip rockbox-a9b30ee002d828f3f5e8f77ce6d132bb353ed31f.tar.gz rockbox-a9b30ee002d828f3f5e8f77ce6d132bb353ed31f.tar.bz2 rockbox-a9b30ee002d828f3f5e8f77ce6d132bb353ed31f.tar.xz | |
Theme Editor: Made allll destructors virtual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26895 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/codeeditor.h')
| -rw-r--r-- | utils/themeeditor/gui/codeeditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/codeeditor.h b/utils/themeeditor/gui/codeeditor.h index 1771e31..528dfb2 100644 --- a/utils/themeeditor/gui/codeeditor.h +++ b/utils/themeeditor/gui/codeeditor.h @@ -56,6 +56,7 @@ class CodeEditor : public QPlainTextEdit public: CodeEditor(QWidget *parent = 0); + virtual ~CodeEditor(){ } void lineNumberAreaPaintEvent(QPaintEvent *event); int lineNumberAreaWidth(); |