Skip to content

Commit

Permalink
plugin visibility system was added to trunk in https://trac.osgeo.org…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi authored and pka committed Jul 5, 2011
1 parent 78097a7 commit 6cf00e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/globe/globe_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ GlobePlugin::GlobePlugin( QgisInterface* theQgisInterface )
mIsGlobeRunning = false;
//needed to be "seen" by other plugins by doing
//iface.mainWindow().findChild( QObject, "globePlugin" )
//needed until https://trac.osgeo.org/qgis/changeset/15224
this->setObjectName("globePlugin");
this->setParent(theQgisInterface->mainWindow());
}
Expand Down

0 comments on commit 6cf00e7

Please sign in to comment.