mirror-chatterino2/src/providers/twitch/TwitchHelpers.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
161 B
C++
Raw Normal View History

#pragma once
#include <QString>
namespace chatterino {
2018-05-24 08:58:34 +02:00
bool trimChannelName(const QString &channelName, QString &outChannelName);
} // namespace chatterino