Skip to content

Commit

Permalink
Add debugging for each extension loaded
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 5, 2024
1 parent 4bb37c0 commit 385878e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avogadro/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ MainWindow::MainWindow(const QStringList& fileNames, bool disableSettings)
ExtensionPlugin* extension =
factory->createInstance(QCoreApplication::instance());
if (extension) {
qDebug() << " loading extension plugin: " << extension->name();
extension->setParent(this);
connect(this, &MainWindow::moleculeChanged, extension,
&QtGui::ExtensionPlugin::setMolecule);
Expand Down

0 comments on commit 385878e

Please sign in to comment.