Skip to content

Commit

Permalink
Hide non-functional style related browser actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent e254368 commit 388b37a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/geocms/geonode/qgsgeonodedataitems.cpp
Expand Up @@ -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() )
{
Expand Down

0 comments on commit 388b37a

Please sign in to comment.