Show values as floats in watch

This commit is contained in:
Pokechu22
2019-06-28 14:04:23 -07:00
parent 58c78a495d
commit ae0843f53d
2 changed files with 19 additions and 17 deletions

View File

@ -50,4 +50,6 @@ private:
QTableWidget* m_table;
bool m_updating = false;
static constexpr size_t NUM_COLUMNS = 6;
};