Minor: add comment.
This commit is contained in:
parent
5f37646b4a
commit
dfba8e3807
@ -56,6 +56,9 @@ VMC::~VMC() {
|
||||
|
||||
int VMC::SendMessage(QString msg)
|
||||
{
|
||||
// TODO: use
|
||||
// this->SendMessage(msg.toUtf8());
|
||||
|
||||
QByteArray ba;
|
||||
this->SendMessage(ba.append(msg));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user