- Added PreferencesDialog with settings saving and reading.
[qtrapids] / src / engine / QTorrentHandle.h
index f4238c8..14d969b 100644 (file)
@@ -34,10 +34,11 @@ class QTorrentHandle
                QTorrentHandle(libtorrent::torrent_handle handle);
     ~QTorrentHandle();
                
+               bool isValid() const;
                
        private:
                QTorrentHandle(); // Prevent default construct.
-               libtorrent::torrent_handle torrentHandle;
+               libtorrent::torrent_handle torrentHandle_;
                
 };