21 #ifndef SAYONARAWIDGETTEMPLATE_H 22 #define SAYONARAWIDGETTEMPLATE_H 24 #include "Helper/Settings/SayonaraClass.h" 27 #define combo_current_index_changed_int static_cast<void (QComboBox::*) (int)>(&QComboBox::currentIndexChanged) 28 #define combo_activated_int static_cast<void (QComboBox::*) (int)>(&QComboBox::activated) 29 #define spinbox_value_changed_int static_cast<void (QSpinBox::*) (int)>(&QSpinBox::valueChanged) 55 #endif // SAYONARAWIDGETTEMPLATE_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29