mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Hide non-functional style related browser actions
This commit is contained in:
parent
e25436811b
commit
388b37a1a9
@ -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() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user