diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 15:50:33 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 15:50:33 +0000 |
commit | a68b9055347759ba71db77559047c44db02e8f46 (patch) | |
tree | f96a063617f24ddd3c568e89206cf17ebc24a474 /keylist.h | |
parent | new version number and smaller changes (diff) | |
download | gpg4usb-a68b9055347759ba71db77559047c44db02e8f46.tar.gz gpg4usb-a68b9055347759ba71db77559047c44db02e8f46.zip |
cosmetic changes(indention)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@217 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keylist.h')
-rw-r--r-- | keylist.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,13 +42,13 @@ public: void setColumnWidth(int row, int size); void addMenuAction(QAction *act); - KeyList(GpgME::Context* ctx, QString iconpath, QWidget *parent = 0); + KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent = 0); QList<QString> *getChecked(); QList<QString> *getSelected(); public slots: void refresh(); - + private: GpgME::Context *mCtx; QTableWidget *mKeyList; |