Home
last modified time | relevance | path

Searched refs:mAppVersionLabel (Results 1 – 2 of 2) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/
H A Dapplication.h72 return mAppVersionLabel; in getAppVersionLabel()
115 QString mAppVersionLabel; variable
H A Dapplication.cpp46 mAppVersionLabel(QString(LIBREPCB_APP_VERSION).section('-', 1, 1)), in Application()