Advance KDE package integration
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -234,7 +234,9 @@ KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path)
|
||||
}
|
||||
#endif
|
||||
|
||||
KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path) {
|
||||
// Redox stub determineFileSystemTypeImpl
|
||||
KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path)
|
||||
{
|
||||
Q_UNUSED(path);
|
||||
return KFileSystemType::Unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user