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/aboutdialog.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/aboutdialog.cpp')
| -rw-r--r-- | src/qmmpui/aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp index c464ae5f2..efd339ca4 100644 --- a/src/qmmpui/aboutdialog.cpp +++ b/src/qmmpui/aboutdialog.cpp @@ -84,7 +84,7 @@ QString AboutDialog::loadAbout() text.append("</ul>"); text.append("<h5>"+tr("Output plugins:")+"</h5>"); text.append("<ul type=\"square\">"); - foreach(OutputFactory *fact, *Output::factories()) + foreach(OutputFactory *fact, Output::factories()) { text.append("<li>"); text.append(fact->properties().name); |
