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