Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the particles benchmarks compile again
Change-Id: Ia56fcb06ee1ef73d81288358f584cb65e3242254
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
  • Loading branch information
Kent Hansen authored and Qt by Nokia committed Nov 24, 2011
1 parent db169e7 commit 95a9824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/benchmarks/particles/affectors/tst_affectors.cpp
Expand Up @@ -42,7 +42,7 @@
#include <qtest.h>
#include <QtTest/QtTest>
#include "../../../auto/particles/shared/particlestestsshared.h"
#include <private/qsgparticlesystem_p.h>
#include <private/qquickparticlesystem_p.h>

class tst_affectors : public QObject
{
Expand Down
2 changes: 1 addition & 1 deletion tests/benchmarks/particles/emission/tst_emission.cpp
Expand Up @@ -42,7 +42,7 @@
#include <qtest.h>
#include <QtTest/QtTest>
#include "../../../auto/particles/shared/particlestestsshared.h"
#include <private/qsgparticlesystem_p.h>
#include <private/qquickparticlesystem_p.h>

class tst_emission : public QObject
{
Expand Down

0 comments on commit 95a9824

Please sign in to comment.