diff --git a/Test/tabapitest.cpp b/Test/tabapitest.cpp index 507fe55..7451273 100644 --- a/Test/tabapitest.cpp +++ b/Test/tabapitest.cpp @@ -52,7 +52,7 @@ void TabApiTest::test_send(QTextEdit* textEdit_ret, QStringList functions) { textEdit_ret->setText(QJsonDocument::fromVariant(rets).toJson(QJsonDocument::Indented)); } -void TabApiTest::on_pushButton_send_clicked() +void TabApiTest::on_pushButton_tabApiTest_send_clicked() { test_send(ui->textEdit_ret, ui->textEdit_arg->toPlainText().split("\n")); diff --git a/Test/tabapitest.h b/Test/tabapitest.h index ad5875c..8ab477a 100644 --- a/Test/tabapitest.h +++ b/Test/tabapitest.h @@ -21,7 +21,7 @@ class TabApiTest : public QWidget void setFunctions(QStringList functions); private slots: - void on_pushButton_send_clicked(); + void on_pushButton_tabApiTest_send_clicked(); void test_send(QTextEdit* textEdit_ret, QStringList functions); diff --git a/Test/tabapitest.ui b/Test/tabapitest.ui index 50d8341..19063b6 100644 --- a/Test/tabapitest.ui +++ b/Test/tabapitest.ui @@ -63,7 +63,7 @@ - + Send