mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -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
|
||||
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