diff --git a/src/libcalamaresui/modulesystem/ModuleManager.cpp b/src/libcalamaresui/modulesystem/ModuleManager.cpp index 29a22f979..d49987a60 100644 --- a/src/libcalamaresui/modulesystem/ModuleManager.cpp +++ b/src/libcalamaresui/modulesystem/ModuleManager.cpp @@ -64,7 +64,7 @@ ModuleManager::~ModuleManager() void ModuleManager::init() { - QTimer::singleShot( 0, this, SLOT( doInit() ) ); + QTimer::singleShot( 0, this, &ModuleManager::doInit ); }