diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-01 23:53:51 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-01 23:53:51 +0000 |
commit | 6ce7b92a92cc6785a2d155bb25024ffbd15958ae (patch) | |
tree | 688ed2b0c3e2160e2ab414fb436caa12f56c2d70 /gpg4usb.pro | |
parent | added GPL to textedit-files (diff) | |
download | gpg4usb-6ce7b92a92cc6785a2d155bb25024ffbd15958ae.tar.gz gpg4usb-6ce7b92a92cc6785a2d155bb25024ffbd15958ae.zip |
added tabs to editor, but VERY buggy till now
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@418 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 0971ea6..25265f1 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -26,7 +26,8 @@ HEADERS += attachments.h \ keydetailsdialog.h \ settingsdialog.h \ attachmenttablemodel.h \ - textedit.h + textedit.h \ + editorpage.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -39,7 +40,8 @@ SOURCES += attachments.cpp \ keydetailsdialog.cpp \ settingsdialog.cpp \ attachmenttablemodel.cpp \ - textedit.cpp + textedit.cpp \ + editorpage.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |