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
6
namespace
QEloquent {
7
8
class
QELOQUENT_EXPORT Dictionary
9
{
10
public
:
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
src
utils
dictionary.h
Generated by
1.9.8