aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeyServerImportDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/KeyServerImportDialog.h')
-rw-r--r--include/ui/KeyServerImportDialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ui/KeyServerImportDialog.h b/include/ui/KeyServerImportDialog.h
index f514368b..74ae864e 100644
--- a/include/ui/KeyServerImportDialog.h
+++ b/include/ui/KeyServerImportDialog.h
@@ -59,8 +59,10 @@ private:
QPushButton *createButton(const QString &text, const char *member);
- static QComboBox *createComboBox();
+ QComboBox *createComboBox();
+ QString appPath;
+ QSettings settings;
GpgME::GpgContext *mCtx;
KeyList *mKeyList;
QLineEdit *searchLineEdit;
@@ -73,7 +75,6 @@ private:
QPushButton *importButton;
QPushButton *searchButton;
QTableWidget *keysTable{};
- [[maybe_unused]] QUrl url;
QNetworkAccessManager *qnam{};
};