aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_combobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_combobox.cpp')
-rw-r--r--src/modules/objects/class_combobox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/objects/class_combobox.cpp b/src/modules/objects/class_combobox.cpp
index 558002711..60d88d032 100644
--- a/src/modules/objects/class_combobox.cpp
+++ b/src/modules/objects/class_combobox.cpp
@@ -303,6 +303,8 @@ KVSO_CLASS_FUNCTION(combobox,setCurrentItem)
}
KVSO_CLASS_FUNCTION(combobox,popup)
{
+ Q_UNUSED(c);
+
if(widget())
((QComboBox *)widget())->showPopup();
return true;