diff options
Diffstat (limited to 'libinstance/include')
-rw-r--r-- | libinstance/include/instance.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libinstance/include/instance.h b/libinstance/include/instance.h index 7b3c001d..995b88d8 100644 --- a/libinstance/include/instance.h +++ b/libinstance/include/instance.h @@ -339,4 +339,7 @@ private: QString m_rootDir; }; +// pointer for lazy people +typedef QSharedPointer<Instance> InstancePtr; + #endif // INSTANCE_H |