Start to move mainwindow widgets into a subdirectory,
get rid of some unneeded includes
This commit is contained in:
parent
efa16e9236
commit
02d2a1a1f4
27 changed files with 43 additions and 41 deletions
|
@ -557,12 +557,12 @@ Skin::BuildSliders (void)
|
|||
void
|
||||
Skin::BuildNumbers (void)
|
||||
{
|
||||
uint num = 11;
|
||||
uint num = 12;
|
||||
|
||||
QPixmap *img = getPixmap("numbers");
|
||||
QPixmap *img = getPixmap("nums_ex");
|
||||
if (!img) {
|
||||
num = 12;
|
||||
img = getPixmap ("nums_ex");
|
||||
num = 11;
|
||||
img = getPixmap ("numbers");
|
||||
}
|
||||
|
||||
if(img)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue