mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Don't use "Qt Mac Extras" module
"Qt Mac Extras" module is removed in Qt6.
This commit is contained in:
committed by
Vladimir Golovnev (glassez)
parent
d82a1d7198
commit
35032d7eed
@@ -42,4 +42,7 @@ namespace MacUtils
|
||||
void overrideDockClickHandler(bool (*dockClickHandler)(id, SEL, ...));
|
||||
void displayNotification(const QString &title, const QString &message);
|
||||
void openFiles(const QSet<QString> &pathsList);
|
||||
|
||||
QString badgeLabelText();
|
||||
void setBadgeLabelText(const QString &text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user