mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 10:08:54 -04:00
Move global shortcut handling into OSUtils (#5566)
Move global shortcut handling into OSUtils
This commit is contained in:
parent
a6f01349e8
commit
404fd941e8
35 changed files with 1124 additions and 1136 deletions
|
@ -45,6 +45,7 @@ private slots:
|
|||
void initTestCase();
|
||||
void init();
|
||||
void cleanup();
|
||||
void cleanupTestCase();
|
||||
|
||||
void testBatchCommands();
|
||||
void testAdd();
|
||||
|
@ -81,6 +82,7 @@ private slots:
|
|||
void testYubiKeyOption();
|
||||
|
||||
private:
|
||||
QScopedPointer<QFile> m_devNull;
|
||||
QScopedPointer<TemporaryFile> m_dbFile;
|
||||
QScopedPointer<TemporaryFile> m_dbFile2;
|
||||
QScopedPointer<TemporaryFile> m_dbFileMulti;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue