Remove whitespace

This commit is contained in:
Dag Heyman 2017-03-16 14:03:58 +01:00
parent d42abb6177
commit 7a51c2a387
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -60,10 +60,6 @@ int main(int argc, char *argv[])
engine.rootContext()->setContextProperty("urlPrefix", url_prefix);
engine.rootContext()->setContextProperty("appVersion", APP_VERSION);
engine.rootContext()->setContextProperty("ScreenShot", &screenshot);
engine.load(QUrl(url_prefix + main_qml));
#ifndef Q_OS_DARWIN