We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b83853 commit 101a92eCopy full SHA for 101a92e
src/lib/ApxFw/ApxFw.cpp
@@ -38,7 +38,7 @@ ApxFw::ApxFw(Fact *parent)
38
setIcon("alarm-light");
39
40
_versionPrefix = QVersionNumber::fromString(App::version());
41
- _versionPrefix = QVersionNumber(_versionPrefix.majorVersion(), _versionPrefix.minorVersion());
+ _versionPrefix = QVersionNumber(_versionPrefix.majorVersion());
42
43
m_packagePrefix = "APX_Nodes_Firmware";
44
0 commit comments