From 88978f94b7543ce63d2c8dab23d4b84f2d7572a2 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 13 Mar 2011 14:31:16 +0000 Subject: added method for message in keyserverimportdialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@481 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keyserverimportdialog.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'keyserverimportdialog.h') 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 -- cgit v1.2.3