Prefix all getters with "get"
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
void append(const QVector2D& vector);
|
||||
void append(const std::string& text);
|
||||
|
||||
std::uint64_t value() const { return m_state; }
|
||||
std::uint64_t getValue() const { return m_state; }
|
||||
|
||||
private:
|
||||
std::uint64_t m_state = 14695981039346656037ull; // FNV-1a 64-bit offset basis
|
||||
|
||||
Reference in New Issue
Block a user