[partition] Drop documentation of vanished parameter

main
Adriaan de Groot 6 years ago
parent 92a27a2c2d
commit 724b92ee60

@ -40,9 +40,6 @@ enum class DeviceType
* the system, filtering out those that do not meet a criterium.
* If set to WritableOnly, only devices which can be overwritten
* safely are returned (e.g. RO-media are ignored, as are mounted partitions).
* @param minimumSize Can be used to filter devices based on their
* size (in bytes). If non-negative, only devices with a size
* greater than @p minimumSize will be returned.
* @return a list of Devices meeting this criterium.
*/
QList< Device* > getDevices( DeviceType which = DeviceType::All );

Loading…
Cancel
Save