diff --git a/piqt_tools/piqt_connection_edit.h b/piqt_tools/piqt_connection_edit.h index 075e079..edb9300 100644 --- a/piqt_tools/piqt_connection_edit.h +++ b/piqt_tools/piqt_connection_edit.h @@ -39,7 +39,6 @@ private: private slots: void recreateRequest() {if (!loading) QMetaObject::invokeMethod(this, "recreateConnection", Qt::QueuedConnection);} - void recreateConnection(); void on_buttonRemove_clicked(); void on_buttonClear_clicked(); void on_buttonFilterAdd_clicked(); @@ -51,6 +50,9 @@ private slots: void on_comboSplit_currentIndexChanged(int index); void selectionChanged(); +public slots: + void recreateConnection(); + }; #endif // CONNECTION_EDIT_H