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 021636c68..b41dd97b7 100644
--- a/src/kernel/qnetworkprotocol.cpp
+++ b/src/kernel/qnetworkprotocol.cpp
@@ -381,6 +381,14 @@ public:
of these values.
*/
+TQNetworkProtocolFactoryBase::TQNetworkProtocolFactoryBase() {
+ //
+}
+
+TQNetworkProtocolFactoryBase::~TQNetworkProtocolFactoryBase() {
+ //
+}
+
/*!
Constructor of the network protocol base class. Does some
initialization and connecting of signals and slots.