aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyServerImportDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-02 06:41:28 +0000
committerSaturneric <[email protected]>2021-12-02 06:51:14 +0000
commit0d7cd30a97bfa3ed3ee9347cc8ad485a3bcbddee (patch)
tree76d9f2c6b2a7dbb774bb83e567f3b5c07b98de31 /src/ui/KeyServerImportDialog.cpp
parentAdd i18n Support (diff)
downloadGpgFrontend-0d7cd30a97bfa3ed3ee9347cc8ad485a3bcbddee.tar.gz
GpgFrontend-0d7cd30a97bfa3ed3ee9347cc8ad485a3bcbddee.zip
Modified & Improve
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
Diffstat (limited to 'src/ui/KeyServerImportDialog.cpp')
-rw-r--r--src/ui/KeyServerImportDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/KeyServerImportDialog.cpp b/src/ui/KeyServerImportDialog.cpp
index b529637f..4f2c2d59 100644
--- a/src/ui/KeyServerImportDialog.cpp
+++ b/src/ui/KeyServerImportDialog.cpp
@@ -492,10 +492,10 @@ void KeyServerImportDialog::setLoading(bool status) {
KeyServerImportDialog::KeyServerImportDialog(QWidget* parent)
: QDialog(parent),
+ mAutomatic(true),
appPath(qApp->applicationDirPath()),
settings(RESOURCE_DIR(appPath) + "/conf/gpgfrontend.ini",
- QSettings::IniFormat),
- mAutomatic(true) {
+ QSettings::IniFormat) {
setWindowFlags(Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint);
message = new QLabel;