diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 14:04:57 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 14:04:57 +0000 |
commit | f9deac36aa7970c23d6b3965f9b7a09e4bcf89b8 (patch) | |
tree | 68904a125a5f85930a39407aa1f9ce35551fc2db /textedit.h | |
parent | added new tab action and made some minor bugfixes (diff) | |
download | gpg4usb-f9deac36aa7970c23d6b3965f9b7a09e4bcf89b8.tar.gz gpg4usb-f9deac36aa7970c23d6b3965f9b7a09e4bcf89b8.zip |
added star in tabtitle, if document is changed
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@421 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ public slots: void open(); void print(); void newTab(); + void showModified(); private: bool isKey(QString key); |