mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
13 lines
152 B
C++
Executable File
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
|