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/fb2read.hpp')
-rw-r--r--source/fb2read.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fb2read.hpp b/source/fb2read.hpp
index a73f8cf..c885ca6 100644
--- a/source/fb2read.hpp
+++ b/source/fb2read.hpp
@@ -16,7 +16,7 @@ class FbReadThread : public QThread
public:
static void execute(QObject *parent, QXmlInputSource *source, QIODevice *device);
- ~FbReadThread();
+ virtual ~FbReadThread();
signals:
void binary(const QString &name, const QByteArray &data);