diff options
Diffstat (limited to 'Slimber')
-rw-r--r-- | Slimber/Qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/Qt/main.cpp b/Slimber/Qt/main.cpp index 7b58907..0971eca 100644 --- a/Slimber/Qt/main.cpp +++ b/Slimber/Qt/main.cpp @@ -16,7 +16,7 @@ int main(int argc, char* argv[]) { QApplication app(argc, argv); - QtEventLoop eventLoop; + Swift::QtEventLoop eventLoop; QCoreApplication::setApplicationName("Slimber"); QCoreApplication::setApplicationVersion(QString(buildVersion)); |