update
This commit is contained in:
parent
481e19c8cc
commit
9296b18606
|
@ -260,7 +260,7 @@ QString FluTools::getWallpaperFilePath() {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
return QString::fromWCharArray(path);
|
return QString::fromWCharArray(path);
|
||||||
#elif defined(Q_OS_WIN)
|
#elif defined(Q_OS_LINUX)
|
||||||
auto type = QSysInfo::productType();
|
auto type = QSysInfo::productType();
|
||||||
if (type == "uos") {
|
if (type == "uos") {
|
||||||
QProcess process;
|
QProcess process;
|
||||||
|
|
Loading…
Reference in New Issue