1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01: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

@ -141,5 +141,3 @@ void LinuxX11Window::terminate()
{ {
QCoreApplication::quit(); QCoreApplication::quit();
} }
#include "moc_linuxx11window.cpp"