mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Re-add QStandardPaths include to fix compilation error on macOS,
resolves #1455
This commit is contained in:
parent
e0809a2ffe
commit
a8471f1617
@ -22,6 +22,7 @@
|
||||
#include <QDir>
|
||||
#include <QSettings>
|
||||
#include <QTemporaryFile>
|
||||
#include <QStandardPaths>
|
||||
|
||||
Config* Config::m_instance(nullptr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user