|
|
@ -104,7 +104,6 @@ PartitionCoreModule::PartitionCoreModule( QObject* parent )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if ( !KPMHelpers::initKPMcore() )
|
|
|
|
if ( !KPMHelpers::initKPMcore() )
|
|
|
|
qFatal( "Failed to initialize KPMcore backend" );
|
|
|
|
qFatal( "Failed to initialize KPMcore backend" );
|
|
|
|
FileSystemFactory::init();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -119,6 +118,8 @@ PartitionCoreModule::init()
|
|
|
|
void
|
|
|
|
void
|
|
|
|
PartitionCoreModule::doInit()
|
|
|
|
PartitionCoreModule::doInit()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
FileSystemFactory::init();
|
|
|
|
|
|
|
|
|
|
|
|
CoreBackend* backend = CoreBackendManager::self()->backend();
|
|
|
|
CoreBackend* backend = CoreBackendManager::self()->backend();
|
|
|
|
QList< Device* > devices = backend->scanDevices( true );
|
|
|
|
QList< Device* > devices = backend->scanDevices( true );
|
|
|
|
|
|
|
|
|
|
|
|