mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
plugin visibility system was added to trunk in https://trac.osgeo.org/qgis/changeset/15224
This commit is contained in:
parent
78097a7888
commit
6cf00e784e
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user