aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/net/KviNetworkAccessManager.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2012-09-29 16:04:34 +0000
committerGravatar Fabio Bas2012-09-29 16:04:34 +0000
commitb1fb4f80cce175f20de915469b67c939e282ce1f (patch)
treeff364377b3228fd03ac3542a6226a5f021685bae /src/kvilib/net/KviNetworkAccessManager.cpp
parentMore qt5 porting/warnings (diff)
downloadKVIrc-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.cpp33
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()
+{
+}