summaryrefslogtreecommitdiffstats
path: root/src/kernel/qnetworkprotocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qnetworkprotocol.cpp')
-rw-r--r--src/kernel/qnetworkprotocol.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/kernel/qnetworkprotocol.cpp b/src/kernel/qnetworkprotocol.cpp
index 4173584..e6c4a6a 100644
--- a/src/kernel/qnetworkprotocol.cpp
+++ b/src/kernel/qnetworkprotocol.cpp
@@ -381,6 +381,14 @@ public:
of these values.
*/
+QNetworkProtocolFactoryBase::QNetworkProtocolFactoryBase() {
+ //
+}
+
+QNetworkProtocolFactoryBase::~QNetworkProtocolFactoryBase() {
+ //
+}
+
/*!
Constructor of the network protocol base class. Does some
initialization and connecting of signals and slots.