Fix Stylesheets after review

This commit is contained in:
Gaute Lindkvist
2019-10-29 10:50:45 +01:00
parent 38e0b150ac
commit 4847f46840
3 changed files with 8 additions and 9 deletions

View File

@@ -82,5 +82,5 @@ private:
static QString buildStateString( StateTag stateTag );
private:
std::map<int, State> m_states;
std::map<StateTag, State> m_states;
};