Theme Editor: Added project settings to the project panel view

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26737 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-10 07:51:21 +00:00
parent cb26aecf92
commit c3a698e46a
6 changed files with 199 additions and 11 deletions

View file

@ -32,7 +32,7 @@ class ProjectModel : public QAbstractItemModel
{
Q_OBJECT
public:
static const int numColumns = 1;
static const int numColumns = 2;
static QString fileFilter()
{