WherePhrase fixed

This commit is contained in:
Hamed Masafi 2016-05-20 17:43:49 +04:30
parent 2988d5ec59
commit 034203c7d0
2 changed files with 18 additions and 0 deletions

6
src/wherephrase.cpp Normal file
View File

@ -0,0 +1,6 @@
#include "wherephrase.h"
WherePhrase::WherePhrase()
{
}

12
src/wherephrase.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef WHEREPHRASE_H
#define WHEREPHRASE_H
#include <QtCore/qglobal.h>
class WherePhrase
{
public:
WherePhrase();
};
#endif // WHEREPHRASE_H