aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/aboutdialog.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-05-13 17:13:32 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-05-13 17:13:32 +0000
commit623485b2c143d736656134750c8004c437cd6d68 (patch)
treea7598a8337fc9f3565d3544c07a0539d03ae3afb /src/qmmpui/aboutdialog.cpp
parentd26972aaac0fa0ec67b9958a79eff90e09d3df30 (diff)
downloadqmmp-623485b2c143d736656134750c8004c437cd6d68.tar.gz
qmmp-623485b2c143d736656134750c8004c437cd6d68.tar.bz2
qmmp-623485b2c143d736656134750c8004c437cd6d68.zip
added cache for ui plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3465 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/aboutdialog.cpp')
-rw-r--r--src/qmmpui/aboutdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp
index 79ca40fd8..607d2d6c6 100644
--- a/src/qmmpui/aboutdialog.cpp
+++ b/src/qmmpui/aboutdialog.cpp
@@ -111,7 +111,7 @@ QString AboutDialog::loadAbout()
text.append("</ul>");
text.append("<h5>"+tr("General plugins:")+"</h5>");
text.append("<ul type=\"square\">");
- foreach(GeneralFactory *fact, *General::factories())
+ foreach(GeneralFactory *fact, General::factories())
{
text.append("<li>");
text.append(fact->properties().name);