make helper function for trimming a twitch channel name from irc

This commit is contained in:
Rasmus Karlsson
2018-03-25 11:37:57 +02:00
committed by fourtf
parent 9886021c6a
commit 6e1096710d
7 changed files with 68 additions and 24 deletions
+4 -2
View File
@@ -176,7 +176,8 @@ SOURCES += \
src/providers/irc/ircaccount.cpp \
src/providers/irc/ircserver.cpp \
src/providers/irc/ircchannel2.cpp \
src/util/streamlink.cpp
src/util/streamlink.cpp \
src/providers/twitch/twitchhelpers.cpp
HEADERS += \
src/precompiled_header.hpp \
@@ -289,7 +290,8 @@ HEADERS += \
src/providers/irc/ircaccount.hpp \
src/providers/irc/ircserver.hpp \
src/providers/irc/ircchannel2.hpp \
src/util/streamlink.hpp
src/util/streamlink.hpp \
src/providers/twitch/twitchhelpers.hpp
RESOURCES += \
resources/resources.qrc