remove ifdef hack for style files loading

This commit is contained in:
doitux
2009-04-18 23:17:10 +00:00
parent bde28a9f2a
commit 50cfd57448
7 changed files with 27 additions and 42 deletions
+1 -2
View File
@@ -1077,13 +1077,12 @@ void gameTableImpl::dealHoleCards() {
}
else {
holeCardsArray[(*it_c)->getMyID()][j]->setPixmap(*flipside, TRUE);
/* holeCardsArray[i][j]->setStyleSheet("QLabel:hover { background-image:url(:/cards/resources/graphics/cards/"+QString::number(tempCardsIntArray[j], 10)+".png");*/
}
}
else {
holeCardsArray[(*it_c)->getMyID()][j]->setPixmap(onePix, FALSE);
// holeCardsArray[i][j]->repaint();
}
}
}