mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +00:00
Cleaning up
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user