forked from len0rd/rockbox
Theme Editor: Made %pv tag display bar and select from conditional branches correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27398 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bae1836337
commit
64af2b3a16
4 changed files with 48 additions and 4 deletions
|
@ -34,7 +34,7 @@ class RBProgressBar : public QGraphicsItem
|
|||
{
|
||||
public:
|
||||
RBProgressBar(RBViewport* parent, const RBRenderInfo& info,
|
||||
int paramCount, skin_tag_parameter* params);
|
||||
int paramCount, skin_tag_parameter* params, bool pv = 0);
|
||||
virtual ~RBProgressBar();
|
||||
|
||||
QRectF boundingRect() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue