mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
remove unnecessary getApp call
This commit is contained in:
parent
2d3ce59b8b
commit
b720450f86
1 changed files with 1 additions and 2 deletions
|
@ -450,8 +450,7 @@ void WindowManager::sendAlert()
|
|||
if (getSettings()->longAlerts) {
|
||||
flashDuration = 0;
|
||||
}
|
||||
QApplication::alert(getApp()->windows->getMainWindow().window(),
|
||||
flashDuration);
|
||||
QApplication::alert(this->getMainWindow().window(), flashDuration);
|
||||
}
|
||||
|
||||
void WindowManager::encodeNodeRecusively(SplitNode *node, QJsonObject &obj)
|
||||
|
|
Loading…
Reference in a new issue