mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
refactor iFuseWidget: streamline UI updates and improve path handling
This commit is contained in:
@@ -7,7 +7,7 @@ QStringList iFuseManager::getMountArg(std::string &udid, QString &path)
|
||||
return QStringList() << "-u" << QString::fromStdString(udid) << path;
|
||||
}
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
#ifdef __linux__
|
||||
QList<QString> iFuseManager::getMountPoints()
|
||||
{
|
||||
QProcess mountProcess;
|
||||
|
||||
Reference in New Issue
Block a user