X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircuser.cpp;h=be5f49abd0839fa29278bb944adf7cf0ec2c654c;hp=dd60aa9097b3a3b5f2c9d6af04b61bcdbdcaa6e6;hb=de9a7ec6b70c796182e0a7992aa380a58b954b94;hpb=48151f63e7f953bf07828be39ba314095c472c74 diff --git a/src/common/ircuser.cpp b/src/common/ircuser.cpp index dd60aa90..be5f49ab 100644 --- a/src/common/ircuser.cpp +++ b/src/common/ircuser.cpp @@ -76,7 +76,8 @@ void IrcUser::setChannelmode(const QString &channel, const QSet &channe QSet IrcUser::channelmode(const QString &channel) const { if(channelmodes_.contains(channel)) - throw NoSuchChannelException(); + //throw NoSuchChannelException(); + Q_ASSERT(false); // FIXME: exception disabled for qtopia testing else return QSet(); }