removed cpp-httplib dependency

This commit is contained in:
2025-03-20 22:00:19 +03:00
parent 33f819a09d
commit 17fd9da3e6
10 changed files with 314 additions and 147 deletions

View File

@@ -6,8 +6,6 @@ MainWindow::MainWindow(QWidget *parent)
: QWidget(parent)
, ui(new Ui::MainWindow) {
ui->setupUi(this);
std::cout << "test" << std::endl;
}
MainWindow::~MainWindow() {