WherePhrase fixed
This commit is contained in:
parent
2988d5ec59
commit
034203c7d0
|
|
@ -0,0 +1,6 @@
|
||||||
|
#include "wherephrase.h"
|
||||||
|
|
||||||
|
WherePhrase::WherePhrase()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
#ifndef WHEREPHRASE_H
|
||||||
|
#define WHEREPHRASE_H
|
||||||
|
|
||||||
|
#include <QtCore/qglobal.h>
|
||||||
|
|
||||||
|
class WherePhrase
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WherePhrase();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // WHEREPHRASE_H
|
||||||
Loading…
Reference in New Issue