Skip to content

Commit 388b37a

Browse files
committed
Hide non-functional style related browser actions
1 parent e254368 commit 388b37a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/geocms/geonode/qgsgeonodedataitems.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,12 @@ QVector<QgsDataItem *> QgsGeoNodeServiceItem::createChildren()
179179
}
180180

181181
// add new action menus to the layer item
182+
QList<QAction *> actions;
183+
#if 0
182184
QAction *actionCopyStyle = new QAction( tr( "Copy Style" ), this );
183185
QAction *actionPasteStyle = new QAction( tr( "Paste Style" ), this );
184-
QList<QAction *> actions;
185186
actions << actionCopyStyle << actionPasteStyle;
187+
#endif
186188

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

0 commit comments

Comments
 (0)