remotecomm.cpp 128 B

123456
  1. #include "remotecomm.h"
  2. remotecomm::remotecomm(grpcpc * pgrpcpc,QObject *parent) : QObject(parent)
  3. {
  4. mpgrpcpc = pgrpcpc;
  5. }