diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 03:27:25 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 03:27:25 +0000 |
commit | 688f124158e600b5feb4d627cfddf1f600a62cdd (patch) | |
tree | cde0d99d6d8b29eec6f10f533366ea09046a2712 /editorpage.cpp | |
parent | added editorpage files (diff) | |
download | gpg4usb-688f124158e600b5feb4d627cfddf1f600a62cdd.tar.gz gpg4usb-688f124158e600b5feb4d627cfddf1f600a62cdd.zip |
added new tab action and made some minor bugfixes
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@420 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'editorpage.cpp')
-rw-r--r-- | editorpage.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editorpage.cpp b/editorpage.cpp index 0a11ee4..50faca8 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -57,4 +57,7 @@ void EditorPage::setFilePath(const QString &filePath) - +void setSaveState() +{ + // curPage()->setFilePath(""); +} |