[simple versioning]
1. add application name & version on main.cpp 2. export version to qml and use it on AboutDialog, instead of the property of AppSettings
This commit is contained in:
@@ -24,7 +24,6 @@ import QtQuick.Controls 1.0
|
||||
import "utils.js" as Utils
|
||||
|
||||
QtObject{
|
||||
property string version: "1.0.1"
|
||||
|
||||
// STATIC CONSTANTS ////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user