Browse Source

- delete socket client explicitely (although Qt should take care of it)

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
da080a8979
  1. 1
      src/GUI.cpp

1
src/GUI.cpp

@ -365,6 +365,7 @@ void GUI::readParamsOnSocket() { @@ -365,6 +365,7 @@ void GUI::readParamsOnSocket() {
processParams(QString::fromUtf8(params.data()).split(QString::fromUtf8("\n")));
qDebug("Received parameters from another instance");
}
clientConnection->deleteLater();
}
}

Loading…
Cancel
Save