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