mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 18:53:24 +01:00
static ToolManager::Get()...
... not member functions of AudacityProject
This commit is contained in:
@@ -73,7 +73,6 @@ class Scrubber;
|
||||
class ScrubbingToolBar;
|
||||
class SelectionBar;
|
||||
class SpectralSelectionBar;
|
||||
class ToolManager;
|
||||
class ToolsToolBar;
|
||||
class TranscriptionToolBar;
|
||||
|
||||
@@ -584,10 +583,7 @@ private:
|
||||
MeterPanel *mPlaybackMeter{};
|
||||
MeterPanel *mCaptureMeter{};
|
||||
|
||||
std::unique_ptr<ToolManager> mToolManager;
|
||||
|
||||
public:
|
||||
ToolManager *GetToolManager() { return mToolManager.get(); }
|
||||
bool mShowSplashScreen;
|
||||
wxString mSoloPref;
|
||||
bool mbBusyImporting{ false }; // used to fix bug 584
|
||||
|
||||
Reference in New Issue
Block a user