- Namespaced QBittorrentSession and QTorrentHandle to avoid possible future conflicts
[qtrapids] / src / engine / QTorrentHandle.cpp
index d2470c7..b1f426a 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "QTorrentHandle.h"
 
+namespace qtrapids {
+
+       
 QTorrentHandle::QTorrentHandle(libtorrent::torrent_handle handle) : 
                torrentHandle_(handle)
 {
@@ -153,9 +156,7 @@ bool QTorrentHandle::operator<(QTorrentHandle const& h) const
        return torrentHandle_ < h.torrentHandle_;
 }
 
-
-
-
+} // namespace qtrapids
 
 
                                
\ No newline at end of file