diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-10-09 19:44:51 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-10-09 19:44:51 +0000 |
commit | ab6aec8f791fbdb092555448a1ed2d8f36659b0c (patch) | |
tree | 6e03778e21c996fa141e827ae90bf62e64db2494 /textedit.h | |
parent | use dedicated copies of QTextCursor (diff) | |
download | gpg4usb-ab6aec8f791fbdb092555448a1ed2d8f36659b0c.tar.gz gpg4usb-ab6aec8f791fbdb092555448a1ed2d8f36659b0c.zip |
updated TODO und some refactoring
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@995 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ public slots: * @details Adds a new tab with the title "untitled"+countpage+".txt" * Sets the focus to the new tab. Increase Tab-Count by one */ - void slotNewTab(); + void slotNewEditorPageTab(); /** * @details Adds a new tab with the given title and opens given html file. |