latest commits from gta5sync
This commit is contained in:
parent
51f53777a9
commit
fab5e4600b
75 changed files with 1931 additions and 932 deletions
|
@ -9,6 +9,11 @@ SavegameDialog::SavegameDialog(QWidget *parent) :
|
|||
{
|
||||
ui->setupUi(this);
|
||||
savegameLabStr = ui->labSavegameText->text();
|
||||
|
||||
if (QIcon::hasThemeIcon("dialog-close"))
|
||||
{
|
||||
ui->cmdClose->setIcon(QIcon::fromTheme("dialog-close"));
|
||||
}
|
||||
}
|
||||
|
||||
SavegameDialog::~SavegameDialog()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue