From 8d178a2a86c21cb51c1a8b15d0e8637d4a7613b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 18 May 2016 19:35:37 +0100 Subject: [PATCH] Update doxygen variable. --- src/plugins/libparted/libpartedbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)