Skip to content
Snippets Groups Projects
Commit 1f4c371f authored by Bryant Mairs's avatar Bryant Mairs
Browse files

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

parent da5a348c
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment