~ubuntu-branches/debian/jessie/qtdeclarative-opensource-src/jessie

« back to all changes in this revision

Viewing changes to src/particles/qquickparticlesystem.cpp

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer
  • Date: 2014-03-24 21:45:21 UTC
  • mfrom: (8.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140324214521-ckebji2azn0geinj
Tags: 5.2.1-4
* Upload to unstable.
* Add license to mark_private_symbols.sh and corresponding entry in
  debian/copyright.
* Update symbols files with buildd's logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
 
194
194
    Stops the simulation if it is running, and then starts it.
195
195
 
196
 
    \sa stop, restart, running
 
196
    \sa start, stop, running
197
197
*/
198
198
/*!
199
199
    \qmlmethod QtQuick.Particles::ParticleSystem::reset()