Browse Source

<QtGui/QApplication> should be <QApplication>

QGC4.4
Bryant Mairs 11 years ago
parent
commit
fff99b9704
  1. 2
      src/apps/qgcvideo/main.cc
  2. 2
      src/main.cc

2
src/apps/qgcvideo/main.cc

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
*
*/
#include <QtGui/QApplication>
#include <QApplication>
#include "QGCVideoApp.h"
/**

2
src/main.cc

@ -28,7 +28,7 @@ This file is part of the QGROUNDCONTROL project @@ -28,7 +28,7 @@ This file is part of the QGROUNDCONTROL project
*
*/
#include <QtGui/QApplication>
#include <QApplication>
#include "QGCCore.h"
#include "MainWindow.h"
#include "configuration.h"

Loading…
Cancel
Save