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:
Diffstat (limited to 'source/fb2save.hpp')
-rw-r--r--source/fb2save.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fb2save.hpp b/source/fb2save.hpp
index d1e188b..077d338 100644
--- a/source/fb2save.hpp
+++ b/source/fb2save.hpp
@@ -70,7 +70,7 @@ public:
explicit FbSaveWriter(FbTextEdit &view, QIODevice *device);
explicit FbSaveWriter(FbTextEdit &view, QString *string);
FbTextEdit & view() { return m_view; }
- QString getFileName(const QString &src);
+ QString filename(const QString &src);
void writeStartElement(const QString &name, int level);
void writeEndElement(int level);
void writeComment(const QString &ch);