Transfer: implement 'Grab QR code from screen' functionality

This commit is contained in:
xiphon
2021-01-06 15:40:47 +00:00
parent 9399839d96
commit e9b894da16
7 changed files with 184 additions and 2 deletions

View File

@@ -29,6 +29,8 @@
#ifndef MACOSHELPER_H
#define MACOSHELPER_H
#include <QPixmap>
class MacOSHelper
{
MacOSHelper() {}
@@ -36,6 +38,7 @@ class MacOSHelper
public:
static bool isCapsLock();
static bool openFolderAndSelectItem(const QUrl &path);
static QPixmap screenshot();
static QString bundlePath();
};