mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
17 lines
254 B
C
17 lines
254 B
C
|
#ifndef QQTBASEDLIBTEST_H
|
|||
|
#define QQTBASEDLIBTEST_H
|
|||
|
|
|||
|
#include "qqtbasedlibtest_global.h"
|
|||
|
|
|||
|
#include <qqtframe.h>
|
|||
|
#include <qqtcore.h>
|
|||
|
|
|||
|
class QQTBASEDLIBTESTSHARED_EXPORT QQtBasedLibTest
|
|||
|
{
|
|||
|
|
|||
|
public:
|
|||
|
QQtBasedLibTest();
|
|||
|
};
|
|||
|
|
|||
|
#endif // QQTBASEDLIBTEST_H
|