mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
8 lines
130 B
C
8 lines
130 B
C
#ifndef BASE_TYPE_H
|
|
#define BASE_TYPE_H
|
|
|
|
#include <QString>
|
|
|
|
typedef QMap< QString, QString > Contexts;
|
|
#endif // BASE_TYPE_H
|