mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Remove explicit conversion to QVariant
This commit is contained in:
parent
1f3bf75fff
commit
e3483c62ca
4 changed files with 33 additions and 33 deletions
|
@ -203,7 +203,7 @@ void Application::setFileLoggerEnabled(const bool value)
|
|||
QString Application::fileLoggerPath() const
|
||||
{
|
||||
return settings()->loadValue(KEY_FILELOGGER_PATH,
|
||||
QVariant(specialFolderLocation(SpecialFolder::Data) + LOG_FOLDER)).toString();
|
||||
{specialFolderLocation(SpecialFolder::Data) + LOG_FOLDER}).toString();
|
||||
}
|
||||
|
||||
void Application::setFileLoggerPath(const QString &path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue