mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#3384 Add RiaApplication::enableDebugFeatures method that checks environment for RESINSIGHT_DEBUG
* Disable System tab of preferences if this is not enabled.
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
|
||||
RimViewWindow* activePlotWindow() const;
|
||||
|
||||
RimProject* project();
|
||||
RimProject* project();
|
||||
|
||||
void createMockModel();
|
||||
void createResultsMockModel();
|
||||
@@ -203,6 +203,8 @@ public:
|
||||
void waitUntilCommandObjectsHasBeenProcessed();
|
||||
void saveWinGeoAndDockToolBarLayout();
|
||||
|
||||
static bool enableDevelopmentFeatures();
|
||||
|
||||
private:
|
||||
void onProjectOpenedOrClosed();
|
||||
void setWindowCaptionFromAppState();
|
||||
|
||||
Reference in New Issue
Block a user