QMessageBox::StandardButtonbutton=QMessageBox::question(m_item->listWidget()->parentWidget(),tr("Delete file"),tr("Do you want to also delete dowloaded file?"),QMessageBox::Yes|QMessageBox::No);
mApp->desktopNotifications()->notify(QPixmap(":icons/notifications/download.png"),tr("Download Finished"),tr("All files has been successfuly downloaded."));
m_trayIcon->setToolTip(tr("QupZilla found a new version!"));
m_trayIcon->showMessage(tr("New version is available"),tr("New version of QupZilla %1 is available!").arg(html));
}
else
m_trayIcon->hide();
}
if(html!=QupZilla::VERSION)
mApp->desktopNotifications()->notify(QPixmap(":icons/qupzillaupdate.png"),tr("Update is available"),tr("Newer version of QupZilla is ready to download."));