summaryrefslogtreecommitdiffhomepage
path: root/options/options.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-17 21:28:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-17 21:34:53 +0200
commitcb33be1c50b68d6022f344ddac923c7aac3a11d5 (patch)
tree1840e3f9829aa69f10f81804f655e97be3f2eca8 /options/options.hpp
parent41ba8aa5329c16a797140dc23650ef45f42753a3 (diff)
move options framework into its own library
- adjust usages - add support for QList signals and metatype
Diffstat (limited to 'options/options.hpp')
-rw-r--r--options/options.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/options/options.hpp b/options/options.hpp
new file mode 100644
index 00000000..ebc480f3
--- /dev/null
+++ b/options/options.hpp
@@ -0,0 +1,16 @@
+/* Copyright (c) 2013-2016 Stanislaw Halik
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+#pragma once
+
+#include "defs.hpp"
+#include "bundle.hpp"
+#include "group.hpp"
+#include "slider.hpp"
+#include "value.hpp"
+#include "tie.hpp"
+#include "metatype.hpp"
+#include "scoped.hpp"