Nut/src/wherephrase.h

12 lines
148 B
C
Raw Normal View History

2016-05-20 21:13:49 +08:00
#ifndef WHEREPHRASE_H
#define WHEREPHRASE_H
#include <QtCore/qglobal.h>
class WherePhrase
{
public:
WherePhrase();
};
#endif // WHEREPHRASE_H