Skip to content
Permalink
Browse files
Hide non-functional style related browser actions
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent e254368 commit 388b37a
Showing 1 changed file with 3 additions and 1 deletion.
@@ -179,10 +179,12 @@ QVector<QgsDataItem *> QgsGeoNodeServiceItem::createChildren()
}

// add new action menus to the layer item
QList<QAction *> actions;
#if 0
QAction *actionCopyStyle = new QAction( tr( "Copy Style" ), this );
QAction *actionPasteStyle = new QAction( tr( "Paste Style" ), this );
QList<QAction *> actions;
actions << actionCopyStyle << actionPasteStyle;
#endif

Q_FOREACH ( QgsDataItem *item, serviceItems.keys() )
{

0 comments on commit 388b37a

Please sign in to comment.