aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-06 15:51:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-01-06 15:51:22 +0000
commite7a02ec7fee6fee4eaa04a31f53120c62caccbda (patch)
tree86499db54b1873276e08167072242422be06df9c
parentca9b4dff3f04567ac5c1f954cec5ff7bbb32f48c (diff)
downloadqmmp-e7a02ec7fee6fee4eaa04a31f53120c62caccbda.tar.gz
qmmp-e7a02ec7fee6fee4eaa04a31f53120c62caccbda.tar.bz2
qmmp-e7a02ec7fee6fee4eaa04a31f53120c62caccbda.zip
optimization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8588 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmpui/uihelper.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmpui/uihelper.cpp b/src/qmmpui/uihelper.cpp
index 6f3a37415..a6029621e 100644
--- a/src/qmmpui/uihelper.cpp
+++ b/src/qmmpui/uihelper.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008-2018 by Ilya Kotov *
+ * Copyright (C) 2008-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -59,8 +59,7 @@ UiHelper::~UiHelper()
bool UiHelper::visibilityControl()
{
- GeneralFactory* factory;
- foreach(factory, General::enabledFactories())
+ foreach(GeneralFactory *factory, General::enabledFactories())
{
if (factory->properties().visibilityControl)
return true;