mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Merge remote-tracking branch 'gd/master' into staged
This commit is contained in:
commit
f486cd8a69
|
@ -628,7 +628,7 @@ void FavoritesModel::readData()
|
|||
QFile favoritesFile( m_favoritesFilename );
|
||||
if( !favoritesFile.open( QFile::ReadOnly ) )
|
||||
{
|
||||
gdWarning( "No favorities file found" );
|
||||
gdDebug( "No favorites file found" );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue