diff options
Diffstat (limited to 'src/panels/information/informationpanelcontent.cpp')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
