aboutsummaryrefslogtreecommitdiff
path: root/lib/joinstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/joinstate.h')
-rw-r--r--lib/joinstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/joinstate.h b/lib/joinstate.h
index 718ae3fd..31c2b6a7 100644
--- a/lib/joinstate.h
+++ b/lib/joinstate.h
@@ -31,7 +31,7 @@ enum class JoinState : unsigned int {
Q_DECLARE_FLAGS(JoinStates, JoinState)
-// We cannot use REGISTER_ENUM outside of a Q_OBJECT and besides, we want
+// We cannot use Q_ENUM outside of a Q_OBJECT and besides, we want
// to use strings that match respective JSON keys.
static const std::array<const char*, 3> JoinStateStrings { { "join", "invite",
"leave" } };