Fix signal for ColorButton

This commit is contained in:
plc-user
2025-03-28 18:54:57 +01:00
committed by GitHub
parent 3913836137
commit 07a07a5719
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ class DynamicTextFieldEditor : public ElementItemEditor {
void on_m_alignment_pb_clicked();
void on_m_font_pb_clicked();
void on_m_color_kpb_changed(const QColor &newColor);
void m_color_kpb_changed(QColor newColor);
void on_m_keep_visual_rotation_cb_clicked();