Esempio n. 1
0
	ChannelMask::ChannelMask(uint16 channelMask)
	{
		fromMask(channelMask);
	}
Esempio n. 2
0
	ChannelMask::ChannelMask()
	{
		//initialize all the channels to inactive (channel mask of 0)
		fromMask(0);
	}
Esempio n. 3
0
IRCPerson::IRCPerson(const QString &mask) {
    IRCPerson();
    fromMask(mask);
}