The enitities and containers of the catalog now go into catalog subfolder Models go into model
11 lines
No EOL
132 B
C++
11 lines
No EOL
132 B
C++
#ifndef COLLATIONMODEL_H
|
|
#define COLLATIONMODEL_H
|
|
|
|
|
|
class CollationModel
|
|
{
|
|
public:
|
|
CollationModel();
|
|
};
|
|
|
|
#endif // COLLATIONMODEL_H
|