• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux-calamares: Commit

GitHubのミラーです
https://github.com/FascodeNet/alterlinux-calamares


Commit MetaInfo

Revision724b92ee603fd745a47e329c2c5da5752e515507 (tree)
Time2020-07-11 23:35:54
AuthorAdriaan de Groot <groot@kde....>
CommiterAdriaan de Groot

Log Message

[partition] Drop documentation of vanished parameter

Change Summary

Incremental Difference

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