summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui/mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index 6ac29f8..6deb5c3 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -662,5 +662,9 @@ void MainWindow::loadPlugins()
}
}
}
+ else {
+ qWarning() << tr("Could not load plugin:") << pluginsDir.absoluteFilePath(fileName);
+ qWarning() << loader.errorString();
+ }
}
}