summaryrefslogtreecommitdiffstats
path: root/libinstance/include/instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'libinstance/include/instance.h')
-rw-r--r--libinstance/include/instance.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libinstance/include/instance.h b/libinstance/include/instance.h
index b99d9953..fcf5fa97 100644
--- a/libinstance/include/instance.h
+++ b/libinstance/include/instance.h
@@ -305,4 +305,7 @@ private:
QString m_rootDir;
};
+// pointer for lazy people
+typedef QSharedPointer<Instance> InstancePtr;
+
#endif // INSTANCE_H