forked from qt-creator/qt-creator
Utils: Fix misleading parameter names for Layout::setColumnStretch
Change-Id: Ibc0fa73d138fd1172193ab7725d2f4f109c31da6 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -119,7 +119,7 @@ public:
|
||||
void setNoMargins();
|
||||
void setNormalMargins();
|
||||
void setContentsMargins(int left, int top, int right, int bottom);
|
||||
void setColumnStretch(int cols, int rows);
|
||||
void setColumnStretch(int column, int stretch);
|
||||
void setSpacing(int space);
|
||||
void setFieldGrowthPolicy(int policy);
|
||||
|
||||
|
Reference in New Issue
Block a user