diff --git a/src/plugins/libparted/libpartedbackend.cpp b/src/plugins/libparted/libpartedbackend.cpp index eae3865..8b9674c 100644 --- a/src/plugins/libparted/libpartedbackend.cpp +++ b/src/plugins/libparted/libpartedbackend.cpp @@ -478,7 +478,7 @@ QList LibPartedBackend::scanDevices(bool excludeReadOnly) } /** Detects the type of a FileSystem given a PedDevice and a PedPartition - @param pedPartition pointer to the pedPartition. Must not be nullptr + @param partitionPath path to the partition @return the detected FileSystem type (FileSystem::Unknown if not detected) */ FileSystem::Type LibPartedBackend::detectFileSystem(const QString& partitionPath)