forked from len0rd/rockbox
Theme Editor: Added a clear erros function to the parser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26673 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e44ce9bed
commit
594d734143
5 changed files with 14 additions and 4 deletions
|
@ -35,6 +35,7 @@ SkinDocument::SkinDocument(QLabel* statusLabel, QWidget *parent) :
|
|||
title = "Untitled";
|
||||
fileName = "";
|
||||
saved = "";
|
||||
parseStatus = tr("Empty Document");
|
||||
}
|
||||
|
||||
SkinDocument::SkinDocument(QLabel* statusLabel, QString file, QWidget *parent):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue