Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix layer tree translation support
  • Loading branch information
jef-n committed Jun 2, 2014
1 parent 6112efc commit 23ed9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -196,6 +196,7 @@ SET (QGIS_APP_MOC_HDRS
qgsloadstylefromdbdialog.h
qgssavestyletodbdialog.h
qgsshortcutsmanager.h
qgsapplayertreeviewmenuprovider.h

qgsmaptooladdfeature.h
qgsmaptoolcapture.h
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsapplayertreeviewmenuprovider.h
Expand Up @@ -23,6 +23,7 @@ class QgsMapCanvas;

class QgsAppLayerTreeViewMenuProvider : public QObject, public QgsLayerTreeViewMenuProvider
{
Q_OBJECT
public:
QgsAppLayerTreeViewMenuProvider( QgsLayerTreeView* view, QgsMapCanvas* canvas );

Expand All @@ -46,5 +47,4 @@ class QgsAppLayerTreeViewMenuProvider : public QObject, public QgsLayerTreeViewM
QMap< QgsMapLayer::LayerType, QList< LegendLayerAction > > mLegendLayerActionMap;
};


#endif // QGSAPPLAYERTREEVIEWMENUPROVIDER_H

0 comments on commit 23ed9fd

Please sign in to comment.