summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarvin Borner2020-04-10 01:06:07 +0200
committerMarvin Borner2020-04-10 01:06:07 +0200
commit1a7c61dfb1da9de54e276e241495359d40c80ef7 (patch)
tree0f47cddf4bd0604fa1374f0f631c1435e72acd3e /src
parent0a63c0e671cb015700bbbb97efa8242381b60b55 (diff)
Added working selector and mover
Diffstat (limited to 'src')
-rw-r--r--src/harbour-sailchess.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/harbour-sailchess.cpp b/src/harbour-sailchess.cpp
index e7df625..819f873 100644
--- a/src/harbour-sailchess.cpp
+++ b/src/harbour-sailchess.cpp
@@ -6,15 +6,5 @@
int main(int argc, char *argv[])
{
- // SailfishApp::main() will display "qml/harbour-sailchess.qml", if you need more
- // control over initialization, you can use:
- //
- // - SailfishApp::application(int, char *[]) to get the QGuiApplication *
- // - SailfishApp::createView() to get a new QQuickView * instance
- // - SailfishApp::pathTo(QString) to get a QUrl to a resource file
- // - SailfishApp::pathToMainQml() to get a QUrl to the main QML file
- //
- // To display the view, call "show()" (will show fullscreen on device).
-
return SailfishApp::main(argc, argv);
}