Some fixes to setting dialogs.
[jspeed] / src / buttonselector.cpp
index 22fa6d4..50e8e6e 100644 (file)
@@ -149,5 +149,5 @@ int ButtonSelector::size() const
 
 void ButtonSelector::onSelected(QString const& text)
 {
-    emit selected(currentIndex(), text, value());
+    emit selected();
 }