1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00
joplin/QtClient/JoplinQtClient/simpletypes.h
2016-12-29 20:19:00 +01:00

13 lines
152 B
C++
Executable File

#ifndef SIMPLETYPES_H
#define SIMPLETYPES_H
#include <stable.h>
namespace jop {
typedef QVector<QVariant> VariantVector;
}
#endif // SIMPLETYPES_H