forked from len0rd/rockbox
Theme Editor: Made allll destructors virtual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26895 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e8c8dce51
commit
a9b30ee002
4 changed files with 4 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ class CodeEditor : public QPlainTextEdit
|
|||
|
||||
public:
|
||||
CodeEditor(QWidget *parent = 0);
|
||||
virtual ~CodeEditor(){ }
|
||||
|
||||
void lineNumberAreaPaintEvent(QPaintEvent *event);
|
||||
int lineNumberAreaWidth();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue