diff options
author | Marvin Borner | 2020-04-04 23:11:22 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-04 23:11:22 +0200 |
commit | 15e08d632fb305476914041d28395fc16e79efa1 (patch) | |
tree | 2c6e51b9567e9200410c238eaf573b2f366f7a7d /src | |
parent | 81cc34bfcc8d7ec695a4d70c4c1c82b9035bf272 (diff) |
Heavy renaming and 0-check fix
Diffstat (limited to 'src')
-rw-r--r-- | src/harbour-binaryfun.cpp (renamed from src/BinaryFun.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BinaryFun.cpp b/src/harbour-binaryfun.cpp index 0891a00..0774653 100644 --- a/src/BinaryFun.cpp +++ b/src/harbour-binaryfun.cpp @@ -6,7 +6,7 @@ int main(int argc, char *argv[]) { - // SailfishApp::main() will display "qml/BinaryFun.qml", if you need more + // 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 * |