sendmessageobject.cpp 109 B

123456
  1. #include "sendmessageobject.h"
  2. SendMessageObject::SendMessageObject(QObject *parent) : QObject(parent)
  3. {
  4. }