Prevent screen capture on Windows and macOS

* Closes #5859
This commit is contained in:
smlu 2021-02-04 16:39:13 -05:00 committed by Jonathan White
parent 9a8a5a0006
commit a5094dd3ea
11 changed files with 100 additions and 5 deletions

View file

@ -43,6 +43,11 @@ public:
QString* error = nullptr) override;
bool unregisterGlobalShortcut(const QString& name) override;
bool canPreventScreenCapture() const override
{
return false;
}
signals:
void keymapChanged();