summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-02-06 11:05:25 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2018-02-07 13:26:05 +0000
commitf7a88c01c71ba50228ad99094277057cdedf74bf (patch)
treeb606fa371a2c7cd69dd2e3e53ed8e51558dddb48
parentf38d9f6432a6e23099aa1da4d5e618fba3db7f20 (diff)
downloadqtivi-f7a88c01c71ba50228ad99094277057cdedf74bf.tar.gz
Mark QIviProperty and friends as obsolete
Change-Id: If00460911c1742c76d738a18aa6152d5c581f4ed Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--src/ivicore/qiviproperty.cpp1
-rw-r--r--src/ivicore/qivipropertyattribute.cpp1
-rw-r--r--src/ivicore/qivipropertyfactory.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/ivicore/qiviproperty.cpp b/src/ivicore/qiviproperty.cpp
index 801cc70..3afe543 100644
--- a/src/ivicore/qiviproperty.cpp
+++ b/src/ivicore/qiviproperty.cpp
@@ -70,6 +70,7 @@ void QIviPropertyPrivate::throwError(QObject *object, const QString &error)
/*!
\class QIviProperty
+ \obsolete
\inmodule QtIviCore
\brief The QIviProperty combines a normal property and a QIviPropertyAttribute
diff --git a/src/ivicore/qivipropertyattribute.cpp b/src/ivicore/qivipropertyattribute.cpp
index 8c632d3..0e16ed0 100644
--- a/src/ivicore/qivipropertyattribute.cpp
+++ b/src/ivicore/qivipropertyattribute.cpp
@@ -62,6 +62,7 @@ void QIviPropertyAttributeBase::registerTypes()
/*!
\class QIviPropertyAttribute
+ \obsolete
\inmodule QtIviCore
\brief The QIviPropertyAttribute encapsulates the attributes of a property
diff --git a/src/ivicore/qivipropertyfactory.cpp b/src/ivicore/qivipropertyfactory.cpp
index 278b1e3..0dfafa0 100644
--- a/src/ivicore/qivipropertyfactory.cpp
+++ b/src/ivicore/qivipropertyfactory.cpp
@@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QIviPropertyFactory
+ \obsolete
\inmodule QtIviCore
\brief The QIviPropertyFactory is used as a factory class for creating instances of QIviProperty