goldendict-ng/base_type.h

8 lines
130 B
C
Raw Normal View History

2023-01-02 14:00:42 +00:00
#ifndef BASE_TYPE_H
#define BASE_TYPE_H
#include <QString>
typedef QMap< QString, QString > Contexts;
#endif // BASE_TYPE_H