reformat commandmanager
This commit is contained in:
@@ -200,5 +200,6 @@ CommandManager::Command::Command(QString _text)
|
|||||||
this->name = _text.mid(0, index);
|
this->name = _text.mid(0, index);
|
||||||
this->text = _text.mid(index + 1);
|
this->text = _text.mid(index + 1);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
} // namespace singletons
|
||||||
|
} // namespace chatterino
|
||||||
|
|||||||
@@ -43,5 +43,6 @@ private:
|
|||||||
|
|
||||||
QString execCustomCommand(const QStringList &words, const Command &command);
|
QString execCustomCommand(const QStringList &words, const Command &command);
|
||||||
};
|
};
|
||||||
}
|
|
||||||
}
|
} // namespace singletons
|
||||||
|
} // namespace chatterino
|
||||||
|
|||||||
Reference in New Issue
Block a user