Home
last modified time | relevance | path

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

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/
H A Dapplication.h79 bool isFileFormatStable() const noexcept { return mIsFileFormatStable; } in isFileFormatStable()
119 bool mIsFileFormatStable; variable
H A Dapplication.cpp49 mIsFileFormatStable(LIBREPCB_FILE_FORMAT_STABLE) { in Application()