Cleaning up

This commit is contained in:
Anonymus Raccoon
2020-02-18 22:21:05 +01:00
parent 67ad1bf54f
commit 0e97bcaf43
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -18,6 +18,8 @@ Q_OBJECT
private:
//! @brief The ram to watch.
std::shared_ptr<Ram> _memory;
//! @brief The number of char inside the left header number.
int _headerIndentSize = 3;
public:
//! @brief Change the ram currently watched.
void setMemory(std::shared_ptr<Ram> memory);