summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.h
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2015-12-15 12:25:53 +0100
committerKevin Ottens <kevin.ottens@kdab.com>2015-12-17 09:17:37 +0000
commit0684f372062c7e71f549e4d896bf9a05e1bec77a (patch)
treefda87952591ca9235c36f00f218b847800ffb27c /src/core/aspects/qabstractaspect.h
parent8ef01dadfde7ad5bbe0bc42f145aa18d557d0c7a (diff)
Get rid of isShuttingDown()
It is misplaced (if need be it'd be more logical on QAspectEngine API) and used only once from a place where we already depend on private API anyway. Change-Id: I55fcee3a11830515c90e984a186040312898df56 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/aspects/qabstractaspect.h')
-rw-r--r--src/core/aspects/qabstractaspect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/aspects/qabstractaspect.h b/src/core/aspects/qabstractaspect.h
index 057473305..87d5bcee2 100644
--- a/src/core/aspects/qabstractaspect.h
+++ b/src/core/aspects/qabstractaspect.h
@@ -68,8 +68,6 @@ class QT3DCORESHARED_EXPORT QAbstractAspect
public:
explicit QAbstractAspect(QObject *parent = 0);
- bool isShuttingDown() const;
-
virtual QVariant executeCommand(const QStringList &args);
protected: