aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/objecttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/objecttype.h')
-rw-r--r--tests/libsample/objecttype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libsample/objecttype.h b/tests/libsample/objecttype.h
index 5cc029e85..f032a09f8 100644
--- a/tests/libsample/objecttype.h
+++ b/tests/libsample/objecttype.h
@@ -121,6 +121,9 @@ public:
m_parent = 0;
}
+ //Deprecated test
+ bool deprecatedFunction() { return true; }
+
private:
ObjectType(const ObjectType&);
ObjectType& operator=(const ObjectType&);