mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
HelpSystem.cpp has fewer dependencies...
... There was no reason to store the help location preferences as per-project state. Also move the dialog for quick fixes near its only use in HelpMenus.cpp. This takes 22 files out of the big strongly connected component, notably the much used lower level utilities, ErrorDialog and AudacityException. HelpSystem itself is still in a small cycle with LinkingHtmlWindow.
This commit is contained in:
@@ -647,7 +647,6 @@ private:
|
||||
public:
|
||||
ToolManager *GetToolManager() { return mToolManager.get(); }
|
||||
bool mShowSplashScreen;
|
||||
wxString mHelpPref;
|
||||
wxString mSoloPref;
|
||||
bool mbBusyImporting{ false }; // used to fix bug 584
|
||||
int mBatchMode{ 0 };// 0 means not, >0 means in batch mode.
|
||||
|
||||
Reference in New Issue
Block a user