Cosmetic source code refactoring.

This commit is contained in:
2026-02-14 10:19:53 +01:00
parent 29f913c532
commit 5afdbd6dd9
2 changed files with 9 additions and 9 deletions

View File

@ -8,6 +8,7 @@
#include <QProcess>
#include <QSettings>
#include <QString>
#include <QtGui/QUndoStack>
#include "../../ApplicationConfig.h"
#include "CoreConfig.h"
@ -19,8 +20,6 @@
#include "model/tablemodel.h"
#include "network/servercommunicator.h"
#include <QtGui/QUndoStack>
using namespace std;
GenericCore::GenericCore() {
@ -157,6 +156,7 @@ bool GenericCore::isSyncServerSetup() const {
void GenericCore::onBiddingsChanged(int round, QList<bidding> biddings) {
qInfo() << "onBiddingsChanged: round:" << round << "- biddings:" << biddings.count();
// NEXT merge biddings into model
}
void GenericCore::setupModels() {