aboutsummaryrefslogtreecommitdiff
path: root/src/net/netconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/netconnection.cpp')
-rw-r--r--src/net/netconnection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/netconnection.cpp b/src/net/netconnection.cpp
new file mode 100644
index 00000000..63ca7060
--- /dev/null
+++ b/src/net/netconnection.cpp
@@ -0,0 +1,5 @@
+#include "netconnection.h"
+
+NetConnection::NetConnection(QObject *parent)
+ : QObject(parent)
+{}