aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsggravity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsggravity.cpp')
-rw-r--r--src/declarative/particles/qsggravity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/particles/qsggravity.cpp b/src/declarative/particles/qsggravity.cpp
index f6007269b4..dd47f66443 100644
--- a/src/declarative/particles/qsggravity.cpp
+++ b/src/declarative/particles/qsggravity.cpp
@@ -78,6 +78,8 @@ QSGGravityAffector::QSGGravityAffector(QSGItem *parent) :
connect(this, SIGNAL(angleChanged(qreal)),
this, SLOT(recalc()));
recalc();
+ qWarning() << "Gravity has been deprecated. Use Move instead."
+ << "The difference is that you can specify the acceleration with a StochasticDirection instead of just an angle/magnitude pair";
}
void QSGGravityAffector::recalc()