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

14 lines
251 B
C++
Raw Normal View History

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