Skip to content

Mark argument as unused to fix compilation warning

ivan tkachenko requested to merge work/ratijas/unused into master

According to Qt docs:

In most subclasses, the number of columns is independent of the parent.

so this should be the right fix.

Merge request reports