fix: warning,throw exception close #12

This commit is contained in:
xiaoyifang 2022-02-13 14:26:45 +08:00
parent e9a442ead5
commit 182758a59e
2 changed files with 2 additions and 2 deletions

View file

@ -2356,7 +2356,7 @@ QString getPortableVersionMorphoDir() throw()
return QString(); return QString();
} }
QString getStylesDir() throw() QString getStylesDir()
{ {
QDir result = getHomeDir(); QDir result = getHomeDir();

View file

@ -825,7 +825,7 @@ QString getPortableVersionDictionaryDir() throw();
QString getPortableVersionMorphoDir() throw(); QString getPortableVersionMorphoDir() throw();
/// Returns the add-on styles directory. /// Returns the add-on styles directory.
QString getStylesDir() throw(); QString getStylesDir();
/// Returns the directory where user-specific non-essential (cached) data should be written. /// Returns the directory where user-specific non-essential (cached) data should be written.
QString getCacheDir() throw(); QString getCacheDir() throw();