aboutsummaryrefslogtreecommitdiffstats
path: root/keyserverimportdialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-03-13 14:31:16 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-03-13 14:31:16 +0000
commit88978f94b7543ce63d2c8dab23d4b84f2d7572a2 (patch)
tree42a906c90acf26ce09499048dd03711b43e54379 /keyserverimportdialog.h
parentadded import key from keyserver dialog (diff)
downloadgpg4usb-88978f94b7543ce63d2c8dab23d4b84f2d7572a2.tar.gz
gpg4usb-88978f94b7543ce63d2c8dab23d4b84f2d7572a2.zip
added method for message in keyserverimportdialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@481 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keyserverimportdialog.h')
-rw-r--r--keyserverimportdialog.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyserverimportdialog.h b/keyserverimportdialog.h
index e23aaa2..a727fbc 100644
--- a/keyserverimportdialog.h
+++ b/keyserverimportdialog.h
@@ -60,11 +60,11 @@ private slots:
void search();
private:
- void showKeys(const QStringList &files);
+ void createKeysTree();
+ void setMessage(const QString &text, bool error);
QPushButton *createButton(const QString &text, const char *member);
QComboBox *createComboBox(const QString &text = QString());
- void createKeysTree();
- void setMessage(const QString &text, int type);
+
QLineEdit *searchLineEdit;
QComboBox *keyServerComboBox;
QLabel *searchLabel;
@@ -74,10 +74,8 @@ private:
QPushButton *importButton;
QPushButton *searchButton;
QTreeWidget *keysTree;
- QDir currentDir;
QUrl url;
QNetworkAccessManager qnam;
QNetworkReply *reply;
- //QString *text;
};
#endif