starting work on websocket chat reader
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
|
||||
private:
|
||||
const TierRow::IdType _id;
|
||||
const std::string _what;
|
||||
const QByteArray _what;
|
||||
};
|
||||
|
||||
class InvalidCardIdException : public InvalidIdException
|
||||
@@ -33,7 +33,7 @@ public:
|
||||
|
||||
private:
|
||||
const TierCard::IdType _id;
|
||||
const std::string _what;
|
||||
const QByteArray _what;
|
||||
};
|
||||
|
||||
#endif // INVALIDIDEXCEPTION_HPP
|
||||
|
||||
Reference in New Issue
Block a user