- Added rate limit preferences to DBus client/server implementation
[qtrapids] / src / server / TorrentSession.hpp
index 4f56050..799f62b 100644 (file)
@@ -28,6 +28,7 @@ typedef QWeakPointer<QSettings> settings_weak_ptr;
 class AlertWaiterThread;
 typedef libtorrent::session session_t;
 typedef libtorrent::session const* session_cptr;
+typedef libtorrent::session_settings session_settings_t;
 
 typedef libtorrent::add_torrent_params add_torrent_params_t;
 typedef libtorrent::alert alert_t;