Minor: add comment.

This commit is contained in:
Gerhard Hoffmann 2023-11-13 13:49:55 +01:00
parent 5f37646b4a
commit dfba8e3807

View File

@ -56,6 +56,9 @@ VMC::~VMC() {
int VMC::SendMessage(QString msg)
{
// TODO: use
// this->SendMessage(msg.toUtf8());
QByteArray ba;
this->SendMessage(ba.append(msg));