diff options
author | Saturneric <[email protected]> | 2021-06-25 21:28:27 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-25 21:28:27 +0000 |
commit | 4870b452c90b50c3ec67c773b617d3fb1b8c0ee0 (patch) | |
tree | 2bf5714d6c5fe1eabcdcba7eac074f3fa7fabc3b /src/ui/widgets/KeyList.cpp | |
parent | Merge; (diff) | |
download | GpgFrontend-4870b452c90b50c3ec67c773b617d3fb1b8c0ee0.tar.gz GpgFrontend-4870b452c90b50c3ec67c773b617d3fb1b8c0ee0.zip |
Update CMakeLists.txt;
Change Resource File Loading Path For macOS
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r-- | src/ui/widgets/KeyList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp index 6982c3a2..581cc91c 100644 --- a/src/ui/widgets/KeyList.cpp +++ b/src/ui/widgets/KeyList.cpp @@ -31,7 +31,7 @@ KeyList::KeyList(GpgME::GpgContext *ctx, KeyListColumn::InfoType infoType, QWidget *parent) : QWidget(parent), mSelectType(selectType), mInfoType(infoType), appPath(qApp->applicationDirPath()), - settings(appPath + "/conf/gpgfrontend.ini", QSettings::IniFormat) + settings(RESOURCE_DIR(appPath) + "/conf/gpgfrontend.ini", QSettings::IniFormat) { mCtx = ctx; |