Browse Source

QDesktopWidget include now required for MainWindow.cc

QGC4.4
Bryant Mairs 11 years ago
parent
commit
93c130c8c2
  1. 1
      src/ui/MainWindow.cc

1
src/ui/MainWindow.cc

@ -71,6 +71,7 @@ This file is part of the QGROUNDCONTROL project @@ -71,6 +71,7 @@ This file is part of the QGROUNDCONTROL project
#include "SerialSettingsDialog.h"
#include "terminalconsole.h"
#include "menuactionhelper.h"
#include <QDesktopWidget>
// Add support for the MAVLink generator UI if it's been requested.
#ifdef QGC_MAVGEN_ENABLED

Loading…
Cancel
Save