]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanelcontent.cpp
replace list.count() > 0 by !list.isEmpty()
[dolphin.git] / src / panels / information / informationpanelcontent.cpp
index d4c52a04794ed52acb28e294c72139e7aba5329d..9f417a379db07f367a916b2aa684aab844245ffe 100644 (file)
@@ -424,7 +424,7 @@ void InformationPanelContent::configureSettings()
         ++it;
     }
 
-    if (actions.count() > 0) {
+    if (!actions.isEmpty()) {
         popup.addSeparator();
 
         // add all items alphabetically sorted to the popup