Skip to content
Commit c6daa884 authored by Josef Weidendorfer's avatar Josef Weidendorfer
Browse files

Fix hiding of columns for recent Qt versions

To hide QTreeView colums, KCachegrind always used to set
the corresponding column widths to 0. However, this
does not work on recent Qt versions which enforce a
minimum column width by default (ie. columns stay visible).

So better use the correct way of hiding a column by
calling setColumnHidden(). This also should work for
old Qt versions.

Change {Call|Instr|Source}View accordingly.
parent 1a504f73
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