realize keys methods

This commit is contained in:
arcan1s
2015-01-21 08:06:48 +03:00
parent 213595b3c1
commit 3a0cbee39f
11 changed files with 614 additions and 5 deletions

View File

@ -173,7 +173,7 @@ void AWActions::showUpdates(QString version)
text += i18n("Click \"Ok\" to download");
int select = QMessageBox::information(0, i18n("There are updates"), text, QMessageBox::Ok | QMessageBox::Cancel);
switch(select) {
switch (select) {
case QMessageBox::Ok:
QDesktopServices::openUrl(QString(RELEASES) + version);
break;