1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-1119 Minor fixes

This commit is contained in:
Fredrik Arvidsson 2013-11-30 16:54:18 +01:00
parent 74ad0fd40a
commit 38f7d9b28e
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ Rectangle {
anchors.fill: parent
anchors.margins: 10
spacing: 10
Rectangle {
Layout.fillWidth: true
Layout.fillHeight: true

View File

@ -37,7 +37,7 @@
#include "utils/logfile.h"
FlightLogManager::FlightLogManager(QObject *parent) :
QObject(parent), m_disableControls(false), m_cancelDownload(false)
QObject(parent), m_disableControls(false), m_cancelDownload(false), m_disableExport(true)
{
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();