Add getter for CalamaresWindow in CalamaresApplication.
This commit is contained in:
parent
3b64f29bfc
commit
0eddb34c15
@ -98,6 +98,13 @@ CalamaresApplication::isDebug()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
CalamaresWindow*
|
||||||
|
CalamaresApplication::mainWindow()
|
||||||
|
{
|
||||||
|
return m_mainwindow;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CalamaresApplication::initSettings()
|
CalamaresApplication::initSettings()
|
||||||
{
|
{
|
||||||
|
@ -43,6 +43,8 @@ public:
|
|||||||
void setDebug( bool enabled );
|
void setDebug( bool enabled );
|
||||||
bool isDebug();
|
bool isDebug();
|
||||||
|
|
||||||
|
CalamaresWindow* mainWindow();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onPluginsReady();
|
void onPluginsReady();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user