refactor: some Application & style things (#5561)

This commit is contained in:
pajlada
2024-08-25 15:33:07 +02:00
committed by GitHub
parent ac88730563
commit 627c735524
41 changed files with 733 additions and 678 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
#include "providers/twitch/TwitchIrcServer.hpp"
#include "widgets/splits/Split.hpp"
#include <QApplication>
#include <QHBoxLayout>
#include <QJsonDocument>
#include <QMessageBox>
@@ -75,7 +76,7 @@ void FramelessEmbedWindow::showEvent(QShowEvent *)
auto handle = reinterpret_cast<HWND>(this->winId());
if (!::SetParent(handle, parentHwnd))
{
qApp->exit(1);
QApplication::exit(1);
}
QJsonDocument doc;