fixed formatting
This commit is contained in:
@@ -42,8 +42,8 @@ void PingController::muteChannel(const QString &channelName)
|
|||||||
|
|
||||||
void PingController::unmuteChannel(const QString &channelName)
|
void PingController::unmuteChannel(const QString &channelName)
|
||||||
{
|
{
|
||||||
for (std::vector<int>::size_type i = 0;
|
for (std::vector<int>::size_type i = 0; i != channelVector.raw().size();
|
||||||
i != channelVector.raw().size(); i++)
|
i++)
|
||||||
{
|
{
|
||||||
if (channelVector.raw()[i].toLower() == channelName.toLower())
|
if (channelVector.raw()[i].toLower() == channelName.toLower())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user