X-Git-Url: http://git.maemo.org/git/?p=qtrapids;a=blobdiff_plain;f=src%2Fengine%2FQTorrentHandle.cpp;h=b1f426a5687a8804f8cef7ef34b70d9c9972bf57;hp=d2470c7355fcf9a19390b4f111f54855ecea3728;hb=d3d85653bf84dadcf6c2890cc2ddf9f629ee7619;hpb=f576091800144d69317250a69d40c711505a4f34 diff --git a/src/engine/QTorrentHandle.cpp b/src/engine/QTorrentHandle.cpp index d2470c7..b1f426a 100644 --- a/src/engine/QTorrentHandle.cpp +++ b/src/engine/QTorrentHandle.cpp @@ -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