Skip to content

Commit

Permalink
Fix Qt5 build (followup c0aacb7)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 21, 2015
1 parent a3ae88e commit 3a379d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/app/qgssettingstree.cpp
Expand Up @@ -38,7 +38,9 @@
**
****************************************************************************/

#include <QtGui>
#include <QHeaderView>
#include <QSettings>
#include <QEvent>

#include "qgssettingstree.h"
#include "qgsvariantdelegate.h"
Expand Down
3 changes: 2 additions & 1 deletion src/app/qgsvariantdelegate.cpp
Expand Up @@ -38,7 +38,8 @@
**
****************************************************************************/

#include <QtGui>
#include <QLineEdit>
#include <QDateTime>

#include "qgsvariantdelegate.h"

Expand Down

0 comments on commit 3a379d0

Please sign in to comment.