Chatterino
TwitchHelpers.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QString>
4 
5 namespace chatterino {
6 
7 bool trimChannelName(const QString &channelName, QString &outChannelName);
8 
9 } // namespace chatterino
bool trimChannelName(const QString &channelName, QString &outChannelName)
Definition: TwitchHelpers.cpp:6
Definition: Application.cpp:48