We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7693338 commit 72abf30Copy full SHA for 72abf30
src/models/disassemblymodel.h
@@ -47,5 +47,5 @@ class DisassemblyModel : public QAbstractTableModel
47
private:
48
DisassemblyOutput m_data;
49
Data::CallerCalleeResults m_results;
50
- int m_numTypes;
+ int m_numTypes = 0;
51
};
0 commit comments