fix layer tree translation support

This commit is contained in:
Juergen E. Fischer 2014-06-02 20:55:50 +02:00
parent 6112efce18
commit 23ed9fd97d
2 changed files with 2 additions and 1 deletions

View File

@ -196,6 +196,7 @@ SET (QGIS_APP_MOC_HDRS
qgsloadstylefromdbdialog.h
qgssavestyletodbdialog.h
qgsshortcutsmanager.h
qgsapplayertreeviewmenuprovider.h
qgsmaptooladdfeature.h
qgsmaptoolcapture.h

View File

@ -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