aboutsummaryrefslogtreecommitdiffstats
path: root/keyserverimportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyserverimportdialog.h')
-rw-r--r--keyserverimportdialog.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/keyserverimportdialog.h b/keyserverimportdialog.h
index 17531a5..a5a77c5 100644
--- a/keyserverimportdialog.h
+++ b/keyserverimportdialog.h
@@ -42,11 +42,6 @@ class QPalette;
class QTreeWidget;
class QTreeWidgetItem;
QT_END_NAMESPACE
-struct key {
- QString name;
- int fingerprint;
- QStringList uids;
-};
class KeyServerImportDialog : public QDialog
{
@@ -64,10 +59,11 @@ private slots:
private:
void createKeysTable();
void setMessage(const QString &text, bool error);
+ void close();
+
QPushButton *createButton(const QString &text, const char *member);
- QComboBox *createComboBox(const QString &text = QString());
+ QComboBox *createComboBox();
GpgME::Context *mCtx;
-
QLineEdit *searchLineEdit;
QComboBox *keyServerComboBox;
QLabel *searchLabel;