macOS: remove deprecated screenshot function

This commit is contained in:
tobtoht
2024-08-09 23:30:30 +02:00
committed by selsta
parent f0b1b8cd08
commit 8118355f39
3 changed files with 0 additions and 40 deletions

View File

@@ -38,7 +38,6 @@ class MacOSHelper
public:
static bool isCapsLock();
static bool openFolderAndSelectItem(const QUrl &path);
static QPixmap screenshot();
static QString bundlePath();
static void disableWindowTabbing();
};