Dialog.cpp 76 B

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