Store channel room ID as a string instead of an int

This commit is contained in:
Rasmus Karlsson
2017-07-02 15:12:00 +02:00
parent 3e91340788
commit 5245cfacd1
3 changed files with 6 additions and 7 deletions
-5
View File
@@ -64,11 +64,6 @@ const QString &Channel::getName() const
return _name;
}
int Channel::getRoomID() const
{
return _roomID;
}
const QString &Channel::getSubLink() const
{
return _subLink;