X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fsearchplugin%2FDownloadManager.h;h=3cd3a5e8bec1db2d3cc3aea8439c89846b0ff7e9;hb=0ea35119386f27d7ea6e8de26d4d19ab6dca4838;hp=f95a3d04f6fbf5ff6ab1be240f5cbc3d37d645d2;hpb=5032546701da06d7307fc543d74be93e5319c350;p=qtrapids diff --git a/src/plugins/searchplugin/DownloadManager.h b/src/plugins/searchplugin/DownloadManager.h index f95a3d0..3cd3a5e 100644 --- a/src/plugins/searchplugin/DownloadManager.h +++ b/src/plugins/searchplugin/DownloadManager.h @@ -1,11 +1,9 @@ /*************************************************************************** - * Copyright (C) 2009 by Lassi Väätämöinen * - * lassi.vaatamoinen@ixonos.com * + * Copyright (C) 2010 by Ixonos Plc * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * the Free Software Foundation; version 2 of the License. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -50,7 +48,7 @@ class DownloadManager : public QObject void finished(QString filepath); private: - void WriteToFile(); + bool WriteToFile(); private: QNetworkAccessManager manager_;