Store channel room ID as a string instead of an int
This commit is contained in:
@@ -64,11 +64,6 @@ const QString &Channel::getName() const
|
||||
return _name;
|
||||
}
|
||||
|
||||
int Channel::getRoomID() const
|
||||
{
|
||||
return _roomID;
|
||||
}
|
||||
|
||||
const QString &Channel::getSubLink() const
|
||||
{
|
||||
return _subLink;
|
||||
|
||||
Reference in New Issue
Block a user