X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fprofiletablemodel.h;h=dc08ba0ec2b390850b302c207582f9596e6d55a5;hb=661baf14834d3efc1d9d9b5416223c9a27c3d415;hp=fe7979a3f393b9f7331e6af2dfa317d93c52c5aa;hpb=50f9686913b8fc9f46662b299a9810dee08b0a9c;p=apitrace diff --git a/gui/profiletablemodel.h b/gui/profiletablemodel.h index fe7979a..dc08ba0 100644 --- a/gui/profiletablemodel.h +++ b/gui/profiletablemodel.h @@ -6,8 +6,8 @@ struct ProfileTableRow { - ProfileTableRow() - : program(0), + ProfileTableRow(unsigned no) + : program(no), uses(0), gpuTime(0), cpuTime(0),