aboutsummaryrefslogtreecommitdiffstats
path: root/include/settingsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/settingsdialog.h')
-rwxr-xr-xinclude/settingsdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/settingsdialog.h b/include/settingsdialog.h
index 572a7aad..c0395598 100755
--- a/include/settingsdialog.h
+++ b/include/settingsdialog.h
@@ -36,7 +36,7 @@ public:
private:
QCheckBox *rememberPasswordCheckBox;
- [[maybe_unused]] QCheckBox *importConfirmationcheckBox;
+ [[maybe_unused]] QCheckBox *importConfirmationcheckBox{};
QCheckBox *saveCheckedKeysCheckBox;
QCheckBox *importConfirmationCheckBox;
QComboBox *langSelectBox;
@@ -159,7 +159,7 @@ public:
void applySettings();
private:
- QString getRelativePath(QString dir1, QString dir2);
+ static QString getRelativePath(const QString& dir1, const QString& dir2);
QString defKeydbPath; /** The default keydb path used by gpg4usb */
QString accKeydbPath; /** The currently used keydb path */
@@ -202,9 +202,9 @@ private:
QTabWidget *tabWidget;
QDialogButtonBox *buttonBox;
GpgME::GpgContext *mCtx; /** The current gpg context */
- bool restartNeeded;
+ bool restartNeeded{};
- bool getRestartNeeded();
+ bool getRestartNeeded() const;
private slots: