Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #7006 (if you actually use it)
  • Loading branch information
jef-n committed Jan 18, 2013
1 parent 4cd9b8f commit 8d063fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/offline_editing/offline_editing_plugin.cpp
Expand Up @@ -47,7 +47,6 @@ QgsOfflineEditingPlugin::QgsOfflineEditingPlugin( QgisInterface* theQgisInterfac
QgsOfflineEditingPlugin::~QgsOfflineEditingPlugin()
{
delete mOfflineEditing;
delete mProgressDialog;
}

void QgsOfflineEditingPlugin::initGui()
Expand Down

1 comment on commit 8d063fb

@gioman
Copy link
Contributor

@gioman gioman commented on 8d063fb Jan 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The off-line editing plugin would be of great use on mobile devices, but it is actually broken since qgis 1.8 (it works on 1.7.4), see http://hub.qgis.org/issues/6146

Please sign in to comment.