From fddd17030cf1da66415aad51e31575d2a1e2dda0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 23 Jul 2009 06:14:57 +0000 Subject: replace list.count() > 0 by !list.isEmpty() svn path=/trunk/KDE/kdebase/apps/; revision=1001386 --- src/panels/information/informationpanelcontent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/panels/information/informationpanelcontent.cpp') diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index d4c52a047..9f417a379 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -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 -- cgit v1.3