forked from len0rd/rockbox
Theme Editor: Reworked information passing among render functions, now loads all viewports and shows Custom UI viewport in blue
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27026 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd380b3993
commit
e1d8a3dc63
11 changed files with 127 additions and 64 deletions
|
|
@ -70,7 +70,7 @@ public:
|
|||
|
||||
TabType type() const{ return Skin; }
|
||||
|
||||
QGraphicsScene* scene(){ return model->render(project); }
|
||||
QGraphicsScene* scene(){ return model->render(project, &fileName); }
|
||||
|
||||
signals:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue