Using the proper GetBiddingsOfHighestRound request on fetchCurrentBiddings again.
This commit is contained in:
@ -300,8 +300,7 @@ void MainWindow::findItems() {
|
||||
|
||||
void MainWindow::fetchCurrentBiddings() {
|
||||
showStatusMessage(tr("Invoked 'Server|Fetch current biddings'"));
|
||||
// emit m_core->sendGetRequest(GetBiddingsOfHighestRound);
|
||||
emit m_core->sendGetRequest(GetBiddingsOfSpecificRound, 2);
|
||||
emit m_core->sendGetRequest(GetBiddingsOfHighestRound);
|
||||
}
|
||||
|
||||
void MainWindow::execSettingsDialog() {
|
||||
|
||||
Reference in New Issue
Block a user