From 168c54db76bad4fb2a89196636edd90b6f1da7e7 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sat, 15 May 2010 15:44:24 +0000 Subject: use own tablemodel instead of qtablewidget for keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/keylist-rewrite@337 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpg4usb.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gpg4usb.pro') diff --git a/gpg4usb.pro b/gpg4usb.pro index 8265221..bb336a6 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -25,7 +25,8 @@ HEADERS += attachments.h \ keygenthread.h \ keydetailsdialog.h \ settingsdialog.h \ - attachmenttablemodel.h + attachmenttablemodel.h \ + keytablemodel.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -37,7 +38,8 @@ SOURCES += attachments.cpp \ keygenthread.cpp \ keydetailsdialog.cpp \ settingsdialog.cpp \ - attachmenttablemodel.cpp + attachmenttablemodel.cpp \ + keytablemodel.cpp RC_FILE = gpg4usb.rc # comment out line below for static building -- cgit v1.2.3