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:
2026-04-15 12:57:45 +01:00
parent 2a050b7c43
commit 6259dc06da
25 changed files with 138 additions and 115 deletions
@@ -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;
}