mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix rasters cannot be styled on OSX (fix #13162)
Add missing Q_OBJECT macro
This commit is contained in:
parent
697d2af533
commit
9b9dbff13d
@ -359,6 +359,7 @@ SET(QGIS_GUI_MOC_HDRS
|
||||
raster/qgssinglebandgrayrendererwidget.h
|
||||
raster/qgssinglebandpseudocolorrendererwidget.h
|
||||
raster/qgsrasterhistogramwidget.h
|
||||
raster/qgsrasterrendererwidget.h
|
||||
|
||||
symbology-ng/characterwidget.h
|
||||
symbology-ng/qgsbrushstylecombobox.h
|
||||
|
@ -27,6 +27,8 @@ class QgsRasterRenderer;
|
||||
|
||||
class GUI_EXPORT QgsRasterRendererWidget: public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
QgsRasterRendererWidget( QgsRasterLayer* layer, const QgsRectangle &extent ):
|
||||
mRasterLayer( layer )
|
||||
|
Loading…
x
Reference in New Issue
Block a user