Index: sources/gui/GuiView.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -re5bfc98faab0d165beb1d6f1eda32cceb06dbe20 --- sources/gui/GuiView.h (.../GuiView.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/GuiView.h (.../GuiView.h) (revision e5bfc98faab0d165beb1d6f1eda32cceb06dbe20) @@ -78,6 +78,9 @@ PROPERTY(GuiStringIndexMap , exportList , {}) READONLY(GuiUint08IndexMap , exportListPercent , {}) + READONLY(bool , dryDemoMode , gEnableDryDemo ) + READONLY(bool , bypassFault , gBypassFault ) + public: explicit GuiView(QObject *parent = nullptr);