mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 18:52:30 +01:00
Add missing terminate command for osx
This commit is contained in:
parent
cd5933a7e4
commit
ff371eeba5
@ -74,6 +74,11 @@ void MacWindow::destroyThis()
|
|||||||
QCoreApplication::quit();
|
QCoreApplication::quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void MacWindow::terminate()
|
||||||
|
{
|
||||||
|
destroyThis();
|
||||||
|
}
|
||||||
|
|
||||||
void MacWindow::clearComponentCache()
|
void MacWindow::clearComponentCache()
|
||||||
{
|
{
|
||||||
m_window.engine()->clearComponentCache();
|
m_window.engine()->clearComponentCache();
|
||||||
|
@ -65,6 +65,7 @@ signals:
|
|||||||
public slots:
|
public slots:
|
||||||
void setVisible(bool show) override;
|
void setVisible(bool show) override;
|
||||||
void destroyThis() override;
|
void destroyThis() override;
|
||||||
|
void terminate();
|
||||||
void clearComponentCache() override;
|
void clearComponentCache() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user