Skip to content
Commit 82cc716f authored by Martin Tobias Holmedahl Sandsmark's avatar Martin Tobias Holmedahl Sandsmark
Browse files

Remove unnecessary build warning

spacingHint()/marginHint() just returned the defaults from QApplication
even in kdelibs (4), so this code was useless.

The direct port would look something like this:
    page2Layout->setMargin(QApplication::style()->pixelMetric(QStyle::PM_DefaultChildMargin););
    page2Layout->setSpacing(QApplication::style()->pixelMetric(QStyle::PM_DefaultLayoutSpacing););
parent 3a00f4e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment