diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-13 14:27:34 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-13 14:27:34 +0000 |
| commit | d26972aaac0fa0ec67b9958a79eff90e09d3df30 (patch) | |
| tree | ad9034cd5b27192fdd33a70fce17a0bbd209f26a /src/qmmpui/configdialog.cpp | |
| parent | 1d01bb37fb8379ea2e155bcd1af651d354cfc9c9 (diff) | |
| download | qmmp-d26972aaac0fa0ec67b9958a79eff90e09d3df30.tar.gz qmmp-d26972aaac0fa0ec67b9958a79eff90e09d3df30.tar.bz2 qmmp-d26972aaac0fa0ec67b9958a79eff90e09d3df30.zip | |
added cache for general plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3464 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/configdialog.cpp')
| -rw-r--r-- | src/qmmpui/configdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/configdialog.cpp b/src/qmmpui/configdialog.cpp index 8fc747cb0..e1a9f25d8 100644 --- a/src/qmmpui/configdialog.cpp +++ b/src/qmmpui/configdialog.cpp @@ -222,7 +222,7 @@ void ConfigDialog::loadPluginsInfo() load general plugin information */ item = new QTreeWidgetItem (m_ui->treeWidget, QStringList() << tr("General")); - foreach(GeneralFactory *factory, *General::factories()) + foreach(GeneralFactory *factory, General::factories()) { new PluginItem (item, factory, General::file(factory)); } |
