Commit 1f4c371f authored by Bryant Mairs's avatar Bryant Mairs

QThread::finished() no longer emittable by subclasses.

parent da5a348c
...@@ -261,7 +261,6 @@ void QGCXPlaneLink::run() ...@@ -261,7 +261,6 @@ void QGCXPlaneLink::run()
emit simulationDisconnected(); emit simulationDisconnected();
emit simulationConnected(false); emit simulationConnected(false);
emit finished();
} }
void QGCXPlaneLink::setPort(int localPort) void QGCXPlaneLink::setPort(int localPort)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment