1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix linux compilation

This commit is contained in:
Elias Steurer 2023-02-04 12:15:41 +01:00
parent cbf8978c68
commit e96f80c68c

View File

@ -140,6 +140,4 @@ void LinuxX11Window::destroyThis()
void LinuxX11Window::terminate()
{
QCoreApplication::quit();
}
#include "moc_linuxx11window.cpp"
}