mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-1646 qml welcome warning: made versionString CONSTANT
This commit is contained in:
parent
6844f8351d
commit
5ebee4acf0
@ -45,7 +45,7 @@ namespace Welcome {
|
||||
struct WelcomeModePrivate;
|
||||
|
||||
class WELCOME_EXPORT WelcomeMode : public Core::IMode {
|
||||
Q_OBJECT Q_PROPERTY(QString versionString READ versionString)
|
||||
Q_OBJECT Q_PROPERTY(QString versionString READ versionString CONSTANT)
|
||||
Q_PROPERTY(QString newVersionText READ newVersionText NOTIFY newVersionTextChanged)
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user