summaryrefslogtreecommitdiffstats
path: root/qtools/qfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qfile.h')
-rw-r--r--qtools/qfile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtools/qfile.h b/qtools/qfile.h
index cfd357b..a447d2f 100644
--- a/qtools/qfile.h
+++ b/qtools/qfile.h
@@ -52,7 +52,7 @@ class Q_EXPORT QFile : public QIODevice // file I/O device class
public:
QFile();
QFile( const QString &name );
- ~QFile();
+ virtual ~QFile();
QString name() const;
void setName( const QString &name );
@@ -95,6 +95,7 @@ public:
int handle() const;
int64 pos() const;
+ int64 toEnd();
bool seek(int64 pos);
protected: