input of channel names

This commit is contained in:
fourtf
2017-01-17 00:15:44 +01:00
parent f227b998a3
commit 91e3976a09
16 changed files with 302 additions and 134 deletions
+1
View File
@@ -29,6 +29,7 @@ private:
static Channel m_whispers;
static Channel m_mentions;
static Channel m_empty;
static QMap<QString, std::tuple<Channel *, int>> m_channels;
};