Browse Source

Fix debug includes

QGC4.4
Don Gagne 11 years ago
parent
commit
91abffc077
  1. 2
      src/QGCMessageBox.h

2
src/QGCMessageBox.h

@ -28,7 +28,9 @@ @@ -28,7 +28,9 @@
#include "MainWindow.h"
#include "QGCApplication.h"
#ifdef QT_DEBUG
#include "UnitTest.h"
#endif
/// @file
/// @brief Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this:

Loading…
Cancel
Save