mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
@@ -187,15 +187,17 @@ private slots:
|
|||||||
void toolbarTextBeside();
|
void toolbarTextBeside();
|
||||||
void toolbarTextUnder();
|
void toolbarTextUnder();
|
||||||
void toolbarFollowSystem();
|
void toolbarFollowSystem();
|
||||||
|
#ifndef Q_OS_MAC
|
||||||
|
void toggleVisibility(const QSystemTrayIcon::ActivationReason reason = QSystemTrayIcon::Trigger);
|
||||||
|
void createSystrayDelayed();
|
||||||
|
void updateTrayIconMenu();
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
void setupDockClickHandler();
|
void setupDockClickHandler();
|
||||||
#else
|
#else
|
||||||
void toggleVisibility(const QSystemTrayIcon::ActivationReason reason = QSystemTrayIcon::Trigger);
|
|
||||||
void createTrayIcon();
|
void createTrayIcon();
|
||||||
void createSystrayDelayed();
|
|
||||||
void updateTrayIconMenu();
|
|
||||||
QIcon getSystrayIcon() const;
|
QIcon getSystrayIcon() const;
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
|
|||||||
Reference in New Issue
Block a user