mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Refactor and modularize data information view
This commit is contained in:
@@ -31,7 +31,8 @@ namespace hex {
|
||||
* @brief Updates the current process value of the task
|
||||
* @param value Current value
|
||||
*/
|
||||
void update(u64 value = 0);
|
||||
void update(u64 value);
|
||||
void update() const;
|
||||
|
||||
/**
|
||||
* @brief Sets the maximum value of the task
|
||||
|
||||
Reference in New Issue
Block a user