1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

17 lines
254 B
C
Raw Normal View History

2018-05-20 19:45:33 +08:00
#ifndef QQTBASEDLIBTEST_H
#define QQTBASEDLIBTEST_H
#include "qqtbasedlibtest_global.h"
2018-05-29 18:04:10 +08:00
#include <qqtframe.h>
#include <qqtcore.h>
2018-05-20 19:45:33 +08:00
class QQTBASEDLIBTESTSHARED_EXPORT QQtBasedLibTest
{
public:
QQtBasedLibTest();
};
#endif // QQTBASEDLIBTEST_H