- Namespaced QBittorrentSession and QTorrentHandle to avoid possible future conflicts
[qtrapids] / src / gui / MainWindow.h
index 275e1dd..3f546bb 100644 (file)
@@ -67,7 +67,7 @@ class MainWindow : public QMainWindow {
                
                //std::vector< std::auto_ptr<QTorrentHandle> const > torrentHandles_;
                
-               QBittorrentSession btSession_;
+               qtrapids::QBittorrentSession btSession_;
                
 
                //bool IsNewTorrent(std::auto_ptr<QTorrentHandle> handlePtr);