summaryrefslogtreecommitdiffstats
path: root/src/core/qtickclock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qtickclock.cpp')
-rw-r--r--src/core/qtickclock.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/qtickclock.cpp b/src/core/qtickclock.cpp
index 343400c45..ac8dac5e5 100644
--- a/src/core/qtickclock.cpp
+++ b/src/core/qtickclock.cpp
@@ -48,9 +48,8 @@ QT_BEGIN_NAMESPACE
namespace Qt3D {
-QTickClock::QTickClock(QObject *parent)
- : QObject(parent)
- , m_tickInterval(1000000000 / 60) // Nanoseconds
+QTickClock::QTickClock()
+ : m_tickInterval(1000000000 / 60) // Nanoseconds
, m_time(0)
{
}