git-svn-id: svn://db.shs.com.ru/libs@13 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user