We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e87aed commit 95f0a37Copy full SHA for 95f0a37
src/helpviewer/qgshelpserver.cpp
@@ -22,7 +22,7 @@
22
// See qt/tools/assistant/ main.cpp and lib/qassistantclient.cpp (Qt 3.3.4).
23
24
QgsHelpContextServer::QgsHelpContextServer(QObject *parent) :
25
- Q3ServerSocket(0x7f000001, 0, parent)
+ Q3ServerSocket(0x7f01, 0, parent)
26
{
27
// Superclass listens for localhost connection
28
}
0 commit comments