Fix torrent file selection in Finder on mac

This commit is contained in:
vit9696
2017-12-12 18:00:56 +03:00
parent 84c84160fd
commit d57bd62add
3 changed files with 28 additions and 0 deletions

View File

@@ -36,5 +36,6 @@
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);
#endif // MACUTILITIES_H