mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
fix layer tree translation support
This commit is contained in:
parent
6112efce18
commit
23ed9fd97d
@ -196,6 +196,7 @@ SET (QGIS_APP_MOC_HDRS
|
|||||||
qgsloadstylefromdbdialog.h
|
qgsloadstylefromdbdialog.h
|
||||||
qgssavestyletodbdialog.h
|
qgssavestyletodbdialog.h
|
||||||
qgsshortcutsmanager.h
|
qgsshortcutsmanager.h
|
||||||
|
qgsapplayertreeviewmenuprovider.h
|
||||||
|
|
||||||
qgsmaptooladdfeature.h
|
qgsmaptooladdfeature.h
|
||||||
qgsmaptoolcapture.h
|
qgsmaptoolcapture.h
|
||||||
|
@ -23,6 +23,7 @@ class QgsMapCanvas;
|
|||||||
|
|
||||||
class QgsAppLayerTreeViewMenuProvider : public QObject, public QgsLayerTreeViewMenuProvider
|
class QgsAppLayerTreeViewMenuProvider : public QObject, public QgsLayerTreeViewMenuProvider
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
QgsAppLayerTreeViewMenuProvider( QgsLayerTreeView* view, QgsMapCanvas* canvas );
|
QgsAppLayerTreeViewMenuProvider( QgsLayerTreeView* view, QgsMapCanvas* canvas );
|
||||||
|
|
||||||
@ -46,5 +47,4 @@ class QgsAppLayerTreeViewMenuProvider : public QObject, public QgsLayerTreeViewM
|
|||||||
QMap< QgsMapLayer::LayerType, QList< LegendLayerAction > > mLegendLayerActionMap;
|
QMap< QgsMapLayer::LayerType, QList< LegendLayerAction > > mLegendLayerActionMap;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // QGSAPPLAYERTREEVIEWMENUPROVIDER_H
|
#endif // QGSAPPLAYERTREEVIEWMENUPROVIDER_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user