Settings dialog: Enabling the line edits for email and password.
This commit is contained in:
@ -301,7 +301,7 @@ void MainWindow::fetchItems() {
|
||||
}
|
||||
|
||||
void MainWindow::postItems() {
|
||||
showStatusMessage(tr("Invoked 'Server|Post items'"));
|
||||
showStatusMessage(tr("Invoked 'Server|Send items'"));
|
||||
const QModelIndex currentIndex = ui->tableView->currentIndex();
|
||||
const QByteArray jsonData = m_proxyModel->jsonDataForServer(currentIndex);
|
||||
emit m_core->sendItemToServer(jsonData);
|
||||
|
||||
Reference in New Issue
Block a user