aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeyServerImportDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-19 10:28:30 +0000
committerSaturneric <[email protected]>2021-06-19 10:28:30 +0000
commit7377178bc7214cf2e4e93ffa05e3ad29dda79b89 (patch)
tree8517330e926667004bc8d4854da78ff3caec7a37 /include/ui/KeyServerImportDialog.h
parentAdd dependent files under Windows. (diff)
downloadGpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.tar.gz
GpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.zip
Improve project documents
Continue to write ReadME Eliminate compile-time warnings Fix some problems
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{};
};