Replace deprecated qt_mac_set_dock_menu()

This commit is contained in:
Chocobo1 2019-03-04 13:23:46 +08:00
parent adbd34c795
commit 78b9eafed2
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 14 additions and 11 deletions

View file

@ -107,10 +107,6 @@
#include "programupdater.h"
#endif
#ifdef Q_OS_MAC
void qt_mac_set_dock_menu(QMenu *menu);
#endif
#define TIME_TRAY_BALLOON 5000
#define PREVENT_SUSPEND_INTERVAL 60000
@ -469,7 +465,7 @@ MainWindow::MainWindow(QWidget *parent)
#endif
#ifdef Q_OS_MAC
setupDockClickHandler();
qt_mac_set_dock_menu(trayIconMenu());
trayIconMenu()->setAsDockMenu();
#endif
}
@ -1815,7 +1811,6 @@ void MainWindow::on_actionDownloadFromURL_triggered()
}
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
void MainWindow::handleUpdateCheckFinished(bool updateAvailable, QString newVersion, bool invokedByUser)
{
QMessageBox::StandardButton answer = QMessageBox::Yes;