GUI: move pix from data/gui/misc/ to ressource and delete double entrys

This commit is contained in:
doitux
2010-03-28 22:26:33 +00:00
parent 9f04fc149c
commit 71402248c0
6 changed files with 3 additions and 3 deletions
@@ -475,7 +475,7 @@ void gameLobbyDialogImpl::updateGameItem(QList <QStandardItem*> itemList, unsign
}
if (info.isPasswordProtected) {
itemList.at(4)->setIcon(QIcon(myAppDataPath+"gfx/gui/misc/lock.png"));
itemList.at(4)->setIcon(QIcon(":/gfx/lock.png"));
itemList.at(4)->setData(" ", Qt::DisplayRole);
itemList.at(4)->setData("private", 16);
}