1
0

library.cpp 86 B

123456
  1. #include <QObject>
  2. class Test : public QObject
  3. {
  4. Q_OBJECT
  5. };
  6. #include "library.moc"