1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Merged in filnet/librepilot (pull request #114)

hotfix for windows + uncrustified
This commit is contained in:
Philippe Renon 2015-11-06 22:22:12 +01:00
commit 8c3beaa28c
4 changed files with 7 additions and 4 deletions

View File

@ -28,10 +28,12 @@
#ifndef TEXTBUBBLESLIDER_H
#define TEXTBUBBLESLIDER_H
#include "utils_global.h"
#include <QSlider>
#include <QtDesigner/QDesignerExportWidget>
class TextBubbleSlider : public QSlider {
class QTCREATOR_UTILS_EXPORT TextBubbleSlider : public QSlider {
Q_OBJECT
public:

View File

@ -639,6 +639,7 @@ void ConfigStabilizationWidget::onBoardConnected()
void ConfigStabilizationWidget::stabBankChanged(int index)
{
bool dirty = isDirty();
disconnect(this, SIGNAL(widgetContentsChanged(QWidget *)), this, SLOT(processLinkedWidgets(QWidget *)));
updateObjectFromThrottleCurve();