[Geesas-Devs] SF.net SVN: geesas:[9] pencilanimation/src/interface/mainwindow.cpp
Status: Abandoned
Brought to you by:
creek23
From: <cr...@us...> - 2009-02-07 22:09:26
|
Revision: 9 http://geesas.svn.sourceforge.net/geesas/?rev=9&view=rev Author: creek23 Date: 2009-02-07 22:09:23 +0000 (Sat, 07 Feb 2009) Log Message: ----------- commented out call to loadPlugins. loadPlugins is not yet implemented. Modified Paths: -------------- pencilanimation/src/interface/mainwindow.cpp Modified: pencilanimation/src/interface/mainwindow.cpp =================================================================== --- pencilanimation/src/interface/mainwindow.cpp 2009-02-07 21:12:21 UTC (rev 8) +++ pencilanimation/src/interface/mainwindow.cpp 2009-02-07 22:09:23 UTC (rev 9) @@ -32,7 +32,7 @@ //editor->getTimeLine()->close(); createMenus(); - loadPlugins(); + //loadPlugins(); readSettings(); } @@ -346,6 +346,10 @@ } void MainWindow::loadPlugins() { + /* + * since this is not yet really implemented, I commented it on MainWindow() -- mj + */ + qDebug() << "MainWindow loadplugins" << this << this->thread(); // foreach (QObject *plugin, QPluginLoader::staticInstances()) populateMenus(plugin); // static plugins QDir pluginsDir = QDir(qApp->applicationDirPath()); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |