mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 01:22:38 -05:00
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:
parent
cb26aecf92
commit
c3a698e46a
6 changed files with 199 additions and 11 deletions
|
|
@ -32,7 +32,7 @@ class ProjectModel : public QAbstractItemModel
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
static const int numColumns = 1;
|
||||
static const int numColumns = 2;
|
||||
|
||||
static QString fileFilter()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue