diff options
Diffstat (limited to 'src/BinaryFun.cpp')
-rw-r--r-- | src/BinaryFun.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/BinaryFun.cpp b/src/BinaryFun.cpp deleted file mode 100644 index 0891a00..0000000 --- a/src/BinaryFun.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#ifdef QT_QML_DEBUG -#include <QtQuick> -#endif - -#include <sailfishapp.h> - -int main(int argc, char *argv[]) -{ - // SailfishApp::main() will display "qml/BinaryFun.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); -} |