diff options
Diffstat (limited to 'lib/streamreader.h')
| -rw-r--r-- | lib/streamreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/streamreader.h b/lib/streamreader.h index 2489402ed..9b0af5df7 100644 --- a/lib/streamreader.h +++ b/lib/streamreader.h @@ -50,7 +50,7 @@ public: void close (); bool isSequential () const; bool open ( OpenMode mode ); - qint64 pos () const; + //qint64 pos () const; bool reset (); bool seek ( qint64 pos ); qint64 size () const; |
