Skip to content
Snippets Groups Projects
Commit 14eff0d0 authored by Christophe Palmann's avatar Christophe Palmann
Browse files

ENH: Qt4 Boost compat (minor changes)

parent 61ab2783
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
#define __otbQtApplication_h
#include <QtGui>
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include <QString>
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "itkMacro.h"
#endif //tag=QT4-boost-compatibility
namespace otb
......
......@@ -19,8 +19,8 @@
#define __otbWrapperQtWidgetView_h
#include <QtGui>
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include <QObject>
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "otbWrapperQtWidgetModel.h"
#endif //tag=QT4-boost-compatibility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment