Commit c31ba506 authored by Lorenz Meier's avatar Lorenz Meier

Many minor improvements

parent 39fc764a
...@@ -101,8 +101,8 @@ QGCToolBar::QGCToolBar(QWidget *parent) : ...@@ -101,8 +101,8 @@ QGCToolBar::QGCToolBar(QWidget *parent) :
void QGCToolBar::setLogPlayer(QGCMAVLinkLogPlayer* player) void QGCToolBar::setLogPlayer(QGCMAVLinkLogPlayer* player)
{ {
this->player = player; this->player = player;
connect(toggleLoggingAction, SIGNAL(triggered(bool)), this, SLOT(playLogFile(bool))); connect(toggleLoggingAction, SIGNAL(triggered(bool)), this, SLOT(logging(bool)));
connect(logReplayAction, SIGNAL(triggered(bool)), this, SLOT(logging(bool))); connect(logReplayAction, SIGNAL(triggered(bool)), this, SLOT(playLogFile(bool)));
} }
void QGCToolBar::playLogFile(bool enabled) void QGCToolBar::playLogFile(bool enabled)
......
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