aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 15:44:24 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 15:44:24 +0000
commit168c54db76bad4fb2a89196636edd90b6f1da7e7 (patch)
treef3008c7f9d896d6331359b1be9d79c297bad253f /context.h
parentastyle code beautyfying (diff)
downloadgpg4usb-keylist-rewrite.tar.gz
gpg4usb-keylist-rewrite.zip
use own tablemodel instead of qtablewidget for keylistkeylist-rewrite
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/keylist-rewrite@337 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index 5acc04b..240b5b0 100644
--- a/context.h
+++ b/context.h
@@ -46,7 +46,7 @@ public:
bool privkey;
};
-typedef QLinkedList< GpgKey > GpgKeyList;
+typedef QList< GpgKey > GpgKeyList;
namespace GpgME
{