mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
harmless warnings
This commit is contained in:
parent
ecc53978c7
commit
a89037fd7b
@ -163,7 +163,7 @@ void PluginDialog::displayInfo(QTreeWidgetItem* item,int /* ncolumn*/)
|
||||
else parent=item->text(0);
|
||||
QString fileName=pathDirectory+"/"+parent;
|
||||
QPluginLoader loader(fileName);
|
||||
qDebug(qPrintable("Trying to load the plugin "+fileName));
|
||||
qDebug("Trying to load the plugin '%s'",qPrintable(fileName));
|
||||
QObject *plugin = loader.instance();
|
||||
if (plugin) {
|
||||
MeshIOInterface *iMeshIO = qobject_cast<MeshIOInterface *>(plugin);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user