mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Use nullptr consistencty instead of 0 and NULL (Qt client)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace
|
||||
|
||||
int getHSpacing(QWidget const* w)
|
||||
{
|
||||
return qMax(3, w->style()->pixelMetric(QStyle::PM_LayoutHorizontalSpacing, 0, w));
|
||||
return qMax(3, w->style()->pixelMetric(QStyle::PM_LayoutHorizontalSpacing, nullptr, w));
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user