diff options
| author | 2012-09-29 16:04:34 +0000 | |
|---|---|---|
| committer | 2012-09-29 16:04:34 +0000 | |
| commit | b1fb4f80cce175f20de915469b67c939e282ce1f (patch) | |
| tree | ff364377b3228fd03ac3542a6226a5f021685bae /src/kvilib/net/KviNetworkAccessManager.cpp | |
| parent | More qt5 porting/warnings (diff) | |
| download | KVIrc-b1fb4f80cce175f20de915469b67c939e282ce1f.tar.gz KVIrc-b1fb4f80cce175f20de915469b67c939e282ce1f.tar.bz2 KVIrc-b1fb4f80cce175f20de915469b67c939e282ce1f.zip | |
More qt5 porting (qprinter and qftp), removed some warnings
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6263 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/net/KviNetworkAccessManager.cpp')
| -rw-r--r-- | src/kvilib/net/KviNetworkAccessManager.cpp | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/kvilib/net/KviNetworkAccessManager.cpp b/src/kvilib/net/KviNetworkAccessManager.cpp new file mode 100644 index 000000000..ad085c40e --- /dev/null +++ b/src/kvilib/net/KviNetworkAccessManager.cpp @@ -0,0 +1,33 @@ +//============================================================================= +// +// File : KviNetworkAccessManager.h +// Creation date : Sat Sep 29 2012 17:15:12 CEST by Fabio Bas +// +// This file is part of the KVIrc irc client distribution +// Copyright (C) 2002-2012 Szymon Stefanek (pragma at kvirc dot net) +// +// 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 opinion) any later version. +// +// This program is distributed in the HOPE that it will be USEFUL, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, write to the Free Software Foundation, +// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// +//============================================================================= + +#include "KviNetworkAccessManager.h" + +KviNetworkAccessManager::KviNetworkAccessManager() +{ +} + +KviNetworkAccessManager::~KviNetworkAccessManager() +{ +} |
