We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dfc8e commit 64d1129Copy full SHA for 64d1129
src/plugins/globe/globe_plugin.cpp
@@ -246,17 +246,13 @@ void GlobePlugin::setupMap()
246
247
void GlobePlugin::projectReady()
248
{
249
- //QMessageBox m;
250
- //m.setText("projectReady()");
251
- //m.exec();
+ blankProjectReady();
252
mSettingsDialog.readElevationDatasources();
253
}
254
255
void GlobePlugin::blankProjectReady()
256
-{//TODO now i patched the source against from http://trac.osgeo.org/qgis/changeset/14452
257
258
- //m.setText("new project loaded");
259
+{ //TODO now i patched the source against from http://trac.osgeo.org/qgis/changeset/14452
+ //when we use a newer code base we should need to patch
260
mSettingsDialog.elevationDatasources()->clearContents();
261
mSettingsDialog.elevationDatasources()->setRowCount(0);
262
0 commit comments