QEloquent 1.1.0
Qt most flexible ORM.
Loading...
Searching...
No Matches
dictionary.h
1#ifndef QELOQUENT_DICTIONARY_H
2#define QELOQUENT_DICTIONARY_H
3
4#include <QEloquent/global.h>
5
6namespace QEloquent {
7
8class QELOQUENT_EXPORT Dictionary
9{
10public:
11 static QString singular(const QString &word);
12 static QString plural(const QString &word);
13};
14
15} // namespace QEloquent
16
17#endif // QELOQUENT_DICTIONARY_H