ui/qt/button.h

changeset 516
4b31c74666d7
parent 110
36f1581b43e2
child 526
f6a6b0b08641
--- a/ui/qt/button.h	Wed Mar 26 20:27:20 2025 +0100
+++ b/ui/qt/button.h	Wed Mar 26 20:39:04 2025 +0100
@@ -37,9 +37,9 @@
 
 extern "C" {
     
-int ui_radiobutton_get(UiInteger *value);
+int64_t ui_radiobutton_get(UiInteger *value);
 
-void ui_radiobutton_set(UiInteger *value, int i);
+void ui_radiobutton_set(UiInteger *value, int64_t i);
 
 }
 

mercurial