From 8b7982df08cc7b21b72d36685c94fa156eb99e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 18 May 2016 11:59:06 +0100 Subject: [PATCH] Update function description to match current parameters. --- src/gui/resizedialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/resizedialog.cpp b/src/gui/resizedialog.cpp index 0453561..335db6a 100644 --- a/src/gui/resizedialog.cpp +++ b/src/gui/resizedialog.cpp @@ -34,10 +34,10 @@ /** Creates a new ResizeDialog @param parent pointer to the parent widget - @param device the Device the Partition to resize is on + @param d the Device the Partition to resize is on @param p the Partition to resize - @param freebefore number of sectors free before the Partition to resize - @param freeafter number of sectors free after the Partition to resize + @param minFirst the first free sector before the Partition to resize + @param maxLast the last free sector free after the Partition to resize */ ResizeDialog::ResizeDialog(QWidget* parent, Device& d, Partition& p, qint64 minFirst, qint64 maxLast) : SizeDialogBase(parent, d, p, minFirst, maxLast),