mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
fix: warning,throw exception close #12
This commit is contained in:
parent
e9a442ead5
commit
182758a59e
|
@ -2356,7 +2356,7 @@ QString getPortableVersionMorphoDir() throw()
|
|||
return QString();
|
||||
}
|
||||
|
||||
QString getStylesDir() throw()
|
||||
QString getStylesDir()
|
||||
{
|
||||
QDir result = getHomeDir();
|
||||
|
||||
|
|
|
@ -825,7 +825,7 @@ QString getPortableVersionDictionaryDir() throw();
|
|||
QString getPortableVersionMorphoDir() throw();
|
||||
|
||||
/// Returns the add-on styles directory.
|
||||
QString getStylesDir() throw();
|
||||
QString getStylesDir();
|
||||
|
||||
/// Returns the directory where user-specific non-essential (cached) data should be written.
|
||||
QString getCacheDir() throw();
|
||||
|
|
Loading…
Reference in a new issue