mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix compilation issue on MSVC
This commit is contained in:
parent
3e9f71dbf9
commit
6b0fc38afe
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ ChatWidgetHeader::ChatWidgetHeader(ChatWidget *_chatWidget)
|
||||||
this->rightLabel.getLabel().setText("ayy");
|
this->rightLabel.getLabel().setText("ayy");
|
||||||
|
|
||||||
QTimer *timer = new QTimer(this);
|
QTimer *timer = new QTimer(this);
|
||||||
connect(timer, &QTimer::timeout, this, checkLive);
|
connect(timer, &QTimer::timeout, this, &ChatWidgetHeader::checkLive);
|
||||||
timer->start(60000);
|
timer->start(60000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue