refactor(WindowManager): remove some getApp uses (#6194)
This commit is contained in:
@@ -26,7 +26,8 @@ class MockApplication : public mock::BaseApplication
|
||||
{
|
||||
public:
|
||||
MockApplication()
|
||||
: windowManager(this->paths_, this->settings, this->theme, this->fonts)
|
||||
: windowManager(this->args, this->paths_, this->settings, this->theme,
|
||||
this->fonts)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,8 @@ class MockApplication : public mock::BaseApplication
|
||||
{
|
||||
public:
|
||||
MockApplication()
|
||||
: windowManager(this->paths_, this->settings, this->theme, this->fonts)
|
||||
: windowManager(this->args, this->paths_, this->settings, this->theme,
|
||||
this->fonts)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,8 @@ class MockApplication : public mock::BaseApplication
|
||||
{
|
||||
public:
|
||||
MockApplication()
|
||||
: windowManager(this->paths_, this->settings, this->theme, this->fonts)
|
||||
: windowManager(this->args, this->paths_, this->settings, this->theme,
|
||||
this->fonts)
|
||||
, commands(this->paths_)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user