diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-12 12:58:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-12 12:58:25 +0000 |
| commit | 778dbc762b517c7ff1ebf354851a247ac5de5bdd (patch) | |
| tree | c84f1ee3d075625f90957bdec718b970d940b365 /src/qmmpui/configdialog.cpp | |
| parent | 6165eedb6cf55831798ca76d3cc4b4a0f048257c (diff) | |
| download | qmmp-778dbc762b517c7ff1ebf354851a247ac5de5bdd.tar.gz qmmp-778dbc762b517c7ff1ebf354851a247ac5de5bdd.tar.bz2 qmmp-778dbc762b517c7ff1ebf354851a247ac5de5bdd.zip | |
added output plugin cache
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3449 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/configdialog.cpp')
| -rw-r--r-- | src/qmmpui/configdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/configdialog.cpp b/src/qmmpui/configdialog.cpp index e98e09b7d..a34f6bdfa 100644 --- a/src/qmmpui/configdialog.cpp +++ b/src/qmmpui/configdialog.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2012 by Ilya Kotov * + * Copyright (C) 2007-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -232,7 +232,7 @@ void ConfigDialog::loadPluginsInfo() load output plugins information */ item = new QTreeWidgetItem (m_ui->treeWidget, QStringList() << tr("Output")); - foreach(OutputFactory *factory, *Output::factories()) + foreach(OutputFactory *factory, Output::factories()) { new PluginItem (item, factory, Output::file(factory)); } |
