mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Replace QtGui include with individual includes
Qt 5 splits QtGui into Gui and Widgets components. Including the individual includes will solve this problem.
This commit is contained in:
parent
b9a539ece4
commit
8679c6dd95
@ -20,8 +20,6 @@
|
||||
#ifndef _COMPASS_H__
|
||||
#define _COMPASS_H__
|
||||
|
||||
#include <QtGui>
|
||||
#include <QtCore>
|
||||
#include <QtSensors/QCompass>
|
||||
#include <QObject>
|
||||
|
||||
|
@ -15,7 +15,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <QtGui>
|
||||
#include <QMessageBox>
|
||||
#include <QProgressDialog>
|
||||
|
||||
#include "checkDock.h"
|
||||
|
||||
|
@ -15,7 +15,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <QtGui>
|
||||
#include <QDebug>
|
||||
#include <QTableWidgetItem>
|
||||
|
||||
#include <qgsvectordataprovider.h>
|
||||
#include <qgsvectorlayer.h>
|
||||
#include <qgsmaplayer.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user