mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
committed by
GitHub
parent
facfa26eed
commit
dd1bd8ad10
@@ -30,7 +30,7 @@
|
||||
|
||||
#include <objc/objc.h>
|
||||
|
||||
#include <QSet>
|
||||
#include "base/pathfwd.h"
|
||||
|
||||
class QPixmap;
|
||||
class QSize;
|
||||
@@ -41,7 +41,7 @@ namespace MacUtils
|
||||
QPixmap pixmapForExtension(const QString &ext, const QSize &size);
|
||||
void overrideDockClickHandler(bool (*dockClickHandler)(id, SEL, ...));
|
||||
void displayNotification(const QString &title, const QString &message);
|
||||
void openFiles(const QSet<QString> &pathsList);
|
||||
void openFiles(const PathList &pathList);
|
||||
|
||||
QString badgeLabelText();
|
||||
void setBadgeLabelText(const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user