qtest.cpp 82 B

1234567
  1. #include "qtest.h"
  2. qtest::qtest(QObject *parent) :
  3. QObject(parent)
  4. {
  5. }