mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
8 lines
110 B
C
8 lines
110 B
C
#pragma once
|
|
|
|
#include <QtCore/QString>
|
|
#include <QtCore/QPair>
|
|
|
|
typedef QPair<QString,QString> QStringPair;
|
|
|