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 9fb302e commit ff03bf3Copy full SHA for ff03bf3
src/gui/qgisapp.cpp
@@ -1383,8 +1383,10 @@ void QgisApp::restoreSessionPlugins(QString thePluginDirString)
1383
bool loaded = myLib->load();
1384
if (loaded)
1385
{
1386
+#ifdef QGISDEBUG
1387
//purposely leaving this one to stdout!
1388
std::cout << "Loaded " << myLib->library().toLocal8Bit().data() << std::endl;
1389
+#endif
1390
name_t * myName =(name_t *) myLib->resolve("name");
1391
description_t * myDescription = (description_t *) myLib->resolve("description");
1392
version_t * myVersion = (version_t *) myLib->resolve("version");
0 commit comments