local time changes part 1

This commit is contained in:
Lily 2025-03-11 19:36:22 -04:00
parent 5238087ddf
commit 71fff5dbd0
No known key found for this signature in database
GPG key ID: D916CEDDF4F93CE7
6 changed files with 46 additions and 389 deletions

View file

@ -1681,7 +1681,7 @@ void TabGame::createPlayerListDock(bool bReplay)
void TabGame::createMessageDock(bool bReplay)
{
messageLog = new MessageLogWidget(tabSupervisor, this);
messageLog = new MessageLogWidget(tabSupervisor, this, &secondsElapsed);
connect(messageLog, SIGNAL(cardNameHovered(QString)), cardInfoFrameWidget, SLOT(setCard(QString)));
connect(messageLog, &MessageLogWidget::showCardInfoPopup, this, &TabGame::showCardInfoPopup);
connect(messageLog, SIGNAL(deleteCardInfoPopup(QString)), this, SLOT(deleteCardInfoPopup(QString)));