summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteserverconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/remoteserverconnection.cpp')
-rw-r--r--src/libs/installer/remoteserverconnection.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libs/installer/remoteserverconnection.cpp b/src/libs/installer/remoteserverconnection.cpp
index 1efe46b85..a6b66c081 100644
--- a/src/libs/installer/remoteserverconnection.cpp
+++ b/src/libs/installer/remoteserverconnection.cpp
@@ -41,6 +41,18 @@
namespace QInstaller {
+/*!
+ \inmodule QtInstallerFramework
+ \class QInstaller::RemoteServerConnection
+ \internal
+*/
+
+/*!
+ \inmodule QtInstallerFramework
+ \class QInstaller::QProcessSignalReceiver
+ \internal
+*/
+
RemoteServerConnection::RemoteServerConnection(qintptr socketDescriptor, const QString &key,
QObject *parent)
: QThread(parent)