juicy compiler error

This commit is contained in:
fourtf
2017-01-11 18:52:09 +01:00
parent 580a411e9d
commit 854566b57f
63 changed files with 1481 additions and 1067 deletions
+11 -6
View File
@@ -3,18 +3,23 @@
#include "QString"
struct TwitchEmoteValue
{
struct TwitchEmoteValue {
public:
int set() {
int
set()
{
return m_set;
}
int id() {
int
id()
{
return m_id;
}
const QString& channelName() {
const QString &
channelName()
{
return m_channelName;
}
@@ -24,4 +29,4 @@ private:
QString m_channelName;
};
#endif // TWITCHEMOTEVALUE_H
#endif // TWITCHEMOTEVALUE_H