summaryrefslogtreecommitdiffstats
path: root/torrentparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'torrentparser.h')
-rw-r--r--torrentparser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/torrentparser.h b/torrentparser.h
index 02129fb..e1f8ef7 100644
--- a/torrentparser.h
+++ b/torrentparser.h
@@ -13,7 +13,6 @@ class TorrentParser : public QObject {
public:
TorrentParser(const QString file, QObject *parent = 0);
const QList<QVariant> parse();
- const QString lastError() const { return mLastError; }
private:
const QVariant parseObject();
@@ -25,7 +24,6 @@ class TorrentParser : public QObject {
QString mLastError;
QByteArray mData;
int mPos;
- bool mOk;
};
#endif // TORRENTPARSER_H