aboutsummaryrefslogtreecommitdiffstats
path: root/include/keyserverimportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/keyserverimportdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/keyserverimportdialog.h b/include/keyserverimportdialog.h
index 7c79764b..289aa231 100644
--- a/include/keyserverimportdialog.h
+++ b/include/keyserverimportdialog.h
@@ -36,7 +36,7 @@ public:
void slotImport(QStringList keyIds);
- void slotImport(QStringList keyIds, QUrl keyserverUrl);
+ void slotImport(QStringList keyIds, const QUrl& keyserverUrl);
private slots:
@@ -57,7 +57,7 @@ private:
QPushButton *createButton(const QString &text, const char *member);
- QComboBox *createComboBox();
+ static QComboBox *createComboBox();
GpgME::GpgContext *mCtx;
KeyList *mKeyList;
@@ -70,9 +70,9 @@ private:
QPushButton *closeButton;
QPushButton *importButton;
QPushButton *searchButton;
- QTableWidget *keysTable;
+ QTableWidget *keysTable{};
[[maybe_unused]] QUrl url;
- QNetworkAccessManager *qnam;
+ QNetworkAccessManager *qnam{};
};