Merge pull request #1457 from keepassxreboot/feature/fix-qstandardpaths-include

Re-add QStandardPaths include to fix compilation error on macOS
This commit is contained in:
Janek Bevendorff 2018-02-04 23:05:30 +01:00 committed by GitHub
commit 92e42b581f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
#include <QDir>
#include <QSettings>
#include <QTemporaryFile>
#include <QStandardPaths>
Config* Config::m_instance(nullptr);