mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
parent
9a8a5a0006
commit
a5094dd3ea
11 changed files with 100 additions and 5 deletions
|
@ -43,6 +43,11 @@ public:
|
|||
QString* error = nullptr) override;
|
||||
bool unregisterGlobalShortcut(const QString& name) override;
|
||||
|
||||
bool canPreventScreenCapture() const override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
signals:
|
||||
void keymapChanged();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue