Hide non-functional style related browser actions

This commit is contained in:
Nyall Dawson 2017-09-08 16:17:46 +10:00
parent e25436811b
commit 388b37a1a9

View File

@ -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() )
{