7 lines
78 B
C++
7 lines
78 B
C++
|
#include "channel.h"
|
||
|
|
||
|
Channel::Channel(QString uuid):
|
||
|
_uuid(uuid)
|
||
|
{
|
||
|
}
|