From d3ce1bb3464d65722f2dbf82c266af667d356f7a Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 29 Sep 2008 17:22:17 +0000 Subject: reorganized constructor of keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@178 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'keylist.h') diff --git a/keylist.h b/keylist.h index 2d39011..1398a7a 100644 --- a/keylist.h +++ b/keylist.h @@ -39,13 +39,11 @@ class KeyList : public QWidget Q_OBJECT public: - void setContext(GpgME::Context *ctx); - void setIconPath(QString iconPath); void refresh(); void setColumnWidth(int row, int size); void addMenuAction(QAction *act); - KeyList(QWidget *parent = 0); + KeyList(GpgME::Context* ctx, QString iconpath, QWidget *parent = 0); QList *getChecked(); QList *getSelected(); -- cgit v1.2.3