|
|
|
@ -81,8 +81,6 @@ void QGCMAVLinkLogPlayer::_selectLogFileForPlayback(void)
@@ -81,8 +81,6 @@ void QGCMAVLinkLogPlayer::_selectLogFileForPlayback(void)
|
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
LinkInterface* createConnectedLink(LinkConfiguration* config); |
|
|
|
|
|
|
|
|
|
LogReplayLinkConfiguration* linkConfig = new LogReplayLinkConfiguration(QString("Log Replay")); |
|
|
|
|
linkConfig->setLogFilename(logFilename); |
|
|
|
|
linkConfig->setName(linkConfig->logFilenameShort()); |
|
|
|
|