From c31ba5060da57a94dde07ada9a0c2c652d9319d6 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 8 Jan 2012 19:55:03 +0100 Subject: [PATCH] Many minor improvements --- src/ui/QGCToolBar.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/QGCToolBar.cc b/src/ui/QGCToolBar.cc index 583c48688..681682db8 100644 --- a/src/ui/QGCToolBar.cc +++ b/src/ui/QGCToolBar.cc @@ -101,8 +101,8 @@ QGCToolBar::QGCToolBar(QWidget *parent) : void QGCToolBar::setLogPlayer(QGCMAVLinkLogPlayer* player) { this->player = player; - connect(toggleLoggingAction, SIGNAL(triggered(bool)), this, SLOT(playLogFile(bool))); - connect(logReplayAction, SIGNAL(triggered(bool)), this, SLOT(logging(bool))); + connect(toggleLoggingAction, SIGNAL(triggered(bool)), this, SLOT(logging(bool))); + connect(logReplayAction, SIGNAL(triggered(bool)), this, SLOT(playLogFile(bool))); } void QGCToolBar::playLogFile(bool enabled) -- 2.22.0