From f219bd942a1b078a8715677a299cb9727c62971c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Wed, 6 May 2015 09:15:24 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@13 a8b55f48-bf90-11e4-a774-851b48703e85 --- piqt_tools/piqt_connection_edit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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