From 6c9e812d1cdc551e2d78abddf8857e589ef01de8 Mon Sep 17 00:00:00 2001 From: Iceyer Date: Wed, 26 Jul 2017 19:46:26 +0800 Subject: [PATCH] Add DSettingsGroup Change-Id: I5c65cad2e583232425b2b657145adfef59b8c7e4 --- debian/changelog | 6 ++++++ src/dtkcore_global.h | 10 ---------- src/settings/DSettingsGroup | 1 + src/settings/{DOption => DSettingsOption} | 0 src/settings/settings.pri | 3 ++- 5 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 src/settings/DSettingsGroup rename src/settings/{DOption => DSettingsOption} (100%) diff --git a/debian/changelog b/debian/changelog index eff5d3e..c0ee7e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkcore (0.3.3-1) unstable; urgency=low + + * Release 0.3.3 + + -- Iceyer Wed, 26 Jul 2017 21:34:13 +0800 + dtkcore (0.1.1-0) unstable; urgency=low * Initial release. diff --git a/src/dtkcore_global.h b/src/dtkcore_global.h index 6efee2f..137ddac 100644 --- a/src/dtkcore_global.h +++ b/src/dtkcore_global.h @@ -37,13 +37,3 @@ # define LIBDTKCORESHARED_EXPORT Q_DECL_IMPORT #endif #endif - -//! Dtk contains deepin tool kit -namespace Dtk -{ -namespace Core -{ - -} -} - diff --git a/src/settings/DSettingsGroup b/src/settings/DSettingsGroup new file mode 100644 index 0000000..1c85d70 --- /dev/null +++ b/src/settings/DSettingsGroup @@ -0,0 +1 @@ +#include "dsettingsgroup.h" diff --git a/src/settings/DOption b/src/settings/DSettingsOption similarity index 100% rename from src/settings/DOption rename to src/settings/DSettingsOption diff --git a/src/settings/settings.pri b/src/settings/settings.pri index b7c7006..ecfa071 100644 --- a/src/settings/settings.pri +++ b/src/settings/settings.pri @@ -17,4 +17,5 @@ includes.files += $${PWD}/*.h includes.files += $${PWD}/backend/*.h includes.files += \ $${PWD}/DSettings \ - $${PWD}/DOption + $${PWD}/DSettingsGroup \ + $${PWD}/DSettingsOption -- 2.30.2