mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
commit
1768e18fdc
|
@ -93,8 +93,10 @@ LoadDictionaries::LoadDictionaries( Config::Class const & cfg ):
|
|||
void LoadDictionaries::run()
|
||||
{
|
||||
try {
|
||||
for ( const auto & path : paths )
|
||||
for ( const auto & path : paths ) {
|
||||
qDebug() << "handle path:" << path.path;
|
||||
handlePath( path );
|
||||
}
|
||||
|
||||
// Make soundDirs
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue