mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -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
|
||||
qgssavestyletodbdialog.h
|
||||
qgsshortcutsmanager.h
|
||||
qgsapplayertreeviewmenuprovider.h
|
||||
|
||||
qgsmaptooladdfeature.h
|
||||
qgsmaptoolcapture.h
|
||||
|
@ -23,6 +23,7 @@ class QgsMapCanvas;
|
||||
|
||||
class QgsAppLayerTreeViewMenuProvider : public QObject, public QgsLayerTreeViewMenuProvider
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
QgsAppLayerTreeViewMenuProvider( QgsLayerTreeView* view, QgsMapCanvas* canvas );
|
||||
|
||||
@ -46,5 +47,4 @@ class QgsAppLayerTreeViewMenuProvider : public QObject, public QgsLayerTreeViewM
|
||||
QMap< QgsMapLayer::LayerType, QList< LegendLayerAction > > mLegendLayerActionMap;
|
||||
};
|
||||
|
||||
|
||||
#endif // QGSAPPLAYERTREEVIEWMENUPROVIDER_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user