~ubuntu-branches/ubuntu/intrepid/konversation/intrepid

« back to all changes in this revision

Viewing changes to konversation/src/channel.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Holtsclaw
  • Date: 2006-10-12 10:03:06 UTC
  • mfrom: (10.1.9 edgy)
  • Revision ID: james.westby@ubuntu.com-20061012100306-zsjbecusqvupyct6
Tags: 1.0.1-0ubuntu1
* New Upstream Bugfix Release ( UVFe approved by mdz )
* Closes Malone: #64488

Show diffs side-by-side

added added

removed removed

Lines of Context:
1400
1400
    }
1401
1401
}
1402
1402
 
1403
 
void Channel::updateMode(QString sourceNick, char mode, bool plus, const QString &parameter)
 
1403
void Channel::updateMode(const QString& sourceNick, char mode, bool plus, const QString &parameter)
1404
1404
{
1405
1405
    //Note for future expansion: doing m_server->getChannelNick(getName(), sourceNick);  may not return a valid channelNickPtr if the
1406
1406
    //mode is updated by the server.
2726
2726
        return found[0];
2727
2727
    }
2728
2728
 
2729
 
    return QString::null;
 
2729
    return QString();
2730
2730
}
2731
2731
 
2732
2732
bool NickList::containsNick(const QString& nickname)