We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e254368 commit 388b37aCopy full SHA for 388b37a
src/app/geocms/geonode/qgsgeonodedataitems.cpp
@@ -179,10 +179,12 @@ QVector<QgsDataItem *> QgsGeoNodeServiceItem::createChildren()
179
}
180
181
// add new action menus to the layer item
182
+ QList<QAction *> actions;
183
+#if 0
184
QAction *actionCopyStyle = new QAction( tr( "Copy Style" ), this );
185
QAction *actionPasteStyle = new QAction( tr( "Paste Style" ), this );
- QList<QAction *> actions;
186
actions << actionCopyStyle << actionPasteStyle;
187
+#endif
188
189
Q_FOREACH ( QgsDataItem *item, serviceItems.keys() )
190
{
0 commit comments