qCDebug(KSHISEN_General)<<"An error occurred when loading the tileset"<<Prefs::tileSet()<<"KShisen will continue with the default tileset.";
qCWarning(KSHISEN_General)<<"An error occurred when loading the tileset"<<Prefs::tileSet()<<"KShisen will continue with the default tileset.";
}
}
// Load background
// Load background
if(!loadBackground(Prefs::background())){
if(!loadBackground(Prefs::background())){
qCDebug(KSHISEN_General)<<"An error occurred when loading the background"<<Prefs::background()<<"KShisen will continue with the default background.";
qCWarning(KSHISEN_General)<<"An error occurred when loading the background"<<Prefs::background()<<"KShisen will continue with the default background.";
}
}
// There are tile sets, that have only one tile for e.g. the flowers group.
// There are tile sets, that have only one tile for e.g. the flowers group.