mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Replace deprecated qt_mac_set_dock_menu()
This commit is contained in:
@@ -29,10 +29,14 @@
|
||||
#ifndef MACUTILITIES_H
|
||||
#define MACUTILITIES_H
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QSize>
|
||||
#include <objc/objc.h>
|
||||
|
||||
#include <QSet>
|
||||
|
||||
class QPixmap;
|
||||
class QSize;
|
||||
class QString;
|
||||
|
||||
namespace MacUtils
|
||||
{
|
||||
QPixmap pixmapForExtension(const QString &ext, const QSize &size);
|
||||
|
||||
Reference in New Issue
Block a user