git-svn-id: svn://db.shs.com.ru/libs@13 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-05-06 09:15:24 +00:00
parent 3b56ff030e
commit f219bd942a

View File

@@ -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