mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Use safe QTimer::singleShot connection.
This commit is contained in:
parent
49c03bbf2c
commit
3b56c5c9e8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ ModuleManager::~ModuleManager()
|
||||||
void
|
void
|
||||||
ModuleManager::init()
|
ModuleManager::init()
|
||||||
{
|
{
|
||||||
QTimer::singleShot( 0, this, SLOT( doInit() ) );
|
QTimer::singleShot( 0, this, &ModuleManager::doInit );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue