From 15e08d632fb305476914041d28395fc16e79efa1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 4 Apr 2020 23:11:22 +0200 Subject: Heavy renaming and 0-check fix --- src/BinaryFun.cpp | 20 -------------------- src/harbour-binaryfun.cpp | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 src/BinaryFun.cpp create mode 100644 src/harbour-binaryfun.cpp (limited to 'src') 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 -#endif - -#include - -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); -} diff --git a/src/harbour-binaryfun.cpp b/src/harbour-binaryfun.cpp new file mode 100644 index 0000000..0774653 --- /dev/null +++ b/src/harbour-binaryfun.cpp @@ -0,0 +1,20 @@ +#ifdef QT_QML_DEBUG +#include +#endif + +#include + +int main(int argc, char *argv[]) +{ + // SailfishApp::main() will display "qml/harbour-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); +} -- cgit v1.2.3