mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix sip problems / export gui classes to libraries
This commit is contained in:
parent
bb360b8114
commit
d9fb2df800
@ -11,7 +11,7 @@
|
||||
* takes much longer than querying in bunches (e.g. network latency, slow views in the database...)
|
||||
*/
|
||||
|
||||
class QgsVectorLayerCache : public QObject
|
||||
class QgsVectorLayerCache : QObject
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include "qgsvectorlayercache.h"
|
||||
|
@ -27,7 +27,7 @@ class QgsVectorLayerCache;
|
||||
class QgsMapCanvas;
|
||||
class QItemSelectionModel;
|
||||
|
||||
class QgsAttributeTableFilterModel: public QSortFilterProxyModel
|
||||
class GUI_EXPORT QgsAttributeTableFilterModel: public QSortFilterProxyModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -30,7 +30,7 @@ class QSignalMapper;
|
||||
/**
|
||||
* @brief
|
||||
*/
|
||||
class QgsDualView : public QStackedWidget, private Ui::QgsDualViewBase
|
||||
class GUI_EXPORT QgsDualView : public QStackedWidget, private Ui::QgsDualViewBase
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -27,7 +27,7 @@ class QgsVectorLayer;
|
||||
class QgsHighlight;
|
||||
class QgsDistanceArea;
|
||||
|
||||
class QgsAttributeDialog : public QObject
|
||||
class GUI_EXPORT QgsAttributeDialog : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -27,7 +27,7 @@ class QgsVectorLayer;
|
||||
|
||||
/** A class for highlight features on the map.
|
||||
*/
|
||||
class QgsHighlight: public QgsMapCanvasItem
|
||||
class GUI_EXPORT QgsHighlight: public QgsMapCanvasItem
|
||||
{
|
||||
public:
|
||||
QgsHighlight( QgsMapCanvas *mapCanvas, QgsGeometry *geom, QgsVectorLayer *layer );
|
||||
|
Loading…
x
Reference in New Issue
Block a user