Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2012-12-02 23:55:25 +0400
committerKandrashin Denis <mail@lintest.ru>2012-12-02 23:55:25 +0400
commitcae2627af345f4b4be32a5e187be122caeb28bc0 (patch)
treea3ee91cb7fee4198db5aba5b9ffd8b94e1e1494b /source/fb2main.hpp
parent377794bb67eae58effb6672f6df8ac281e98720a (diff)
Show text modification [*] in window title
Diffstat (limited to 'source/fb2main.hpp')
-rw-r--r--source/fb2main.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/fb2main.hpp b/source/fb2main.hpp
index 49b62d5..56bf01d 100644
--- a/source/fb2main.hpp
+++ b/source/fb2main.hpp
@@ -50,7 +50,7 @@ private slots:
bool fileSaveAs();
void about();
- void documentWasModified();
+ void textChanged(bool modified);
void logDestroyed();
void openSettings();
@@ -66,7 +66,6 @@ private:
void createStatusBar();
void readSettings();
void writeSettings();
- void setModified(bool modified);
bool maybeSave();
bool saveFile(const QString &fileName, const QString &codec = QString());
void setCurrentFile(const QString &fileName = QString());