Adding optional QVariant data argument to sendGetRequest to pass it to the server. Using hard coded sendGetRequest(GetBiddingsOfSpecificRound, 2) in fetchCurrentBiddings action to test this.
This commit is contained in:
@ -300,7 +300,8 @@ void MainWindow::findItems() {
|
||||
|
||||
void MainWindow::fetchCurrentBiddings() {
|
||||
showStatusMessage(tr("Invoked 'Server|Fetch current biddings'"));
|
||||
emit m_core->sendGetRequest(GetBiddingsOfHighestRound);
|
||||
// emit m_core->sendGetRequest(GetBiddingsOfHighestRound);
|
||||
emit m_core->sendGetRequest(GetBiddingsOfSpecificRound, 2);
|
||||
}
|
||||
|
||||
void MainWindow::execSettingsDialog() {
|
||||
|
||||
Reference in New Issue
Block a user