goldendict-ng/base_type.h
2023-01-02 22:00:42 +08:00

8 lines
130 B
C

#ifndef BASE_TYPE_H
#define BASE_TYPE_H
#include <QString>
typedef QMap< QString, QString > Contexts;
#endif // BASE_TYPE_H