1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Enabled tag closing

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26566 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-05 07:38:29 +00:00
parent 0af8860775
commit d41a681053
4 changed files with 35 additions and 0 deletions

View file

@ -35,6 +35,11 @@ SkinDocument::~SkinDocument()
delete model;
}
bool SkinDocument::requestClose()
{
return true;
}
void SkinDocument::setupUI()
{
/* Setting up the text edit */