Skip to content

Fix instruction view.

Mohamed Maaliki requested to merge nnym/kcachegrind:master into master

The instruction view does not function because QProcess::start—which expects separate program and argument arguments—is used with a single string containing the entire objdump command line. This patch fixes the instruction view by using startCommand; which does what was intended.

Also, the outdated requirements in the README caused me some trouble.

Merge request reports