-Added some error checking to torrent file writing
[qtrapids] / src / plugins / searchplugin / DownloadManager.h
index f95a3d0..2b65c16 100644 (file)
@@ -50,7 +50,7 @@ class DownloadManager : public QObject
                void finished(QString filepath);
                
        private:
-               void WriteToFile();
+               bool WriteToFile();
                
        private:
                QNetworkAccessManager manager_;