Adjusted to GenericCore::postItemsToServer and using ModelItemsValues typedef in new item dialog.

This commit is contained in:
2026-02-02 16:25:17 +01:00
parent 67d9a3914d
commit a9f24ac8f2
2 changed files with 3 additions and 3 deletions

View File

@ -306,7 +306,7 @@ void MainWindow::postItems() {
showStatusMessage(tr("Invoked 'Server|Post items'"));
const QModelIndex currentIndex = ui->tableView->currentIndex();
const QByteArray jsonData = m_proxyModel->jsonDataForServer(currentIndex);
emit m_core->sendItemToServer(jsonData);
emit m_core->postItemToServer(jsonData);
}
void MainWindow::createActions() {