summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-01-17 13:56:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 17:08:28 +0100
commit260b0b4ed619055486766a7743ff094181829399 (patch)
tree42711fff700f74e620ebae20a0311bfdbb0e9fc4 /tests/auto
parent71d265f5921fed35f51b5f169870c4ef51dde8a7 (diff)
Rename a test class to a bit more verbose name.
That way we can avoid name conflict with a namespace defined in a different moc test Change-Id: Id631d7c5556c9d6940e16dc53eb438dbcd0095eb Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/tools/moc/oldstyle-casts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/oldstyle-casts.h b/tests/auto/tools/moc/oldstyle-casts.h
index 42f8381072..0c4e9e8e00 100644
--- a/tests/auto/tools/moc/oldstyle-casts.h
+++ b/tests/auto/tools/moc/oldstyle-casts.h
@@ -43,7 +43,7 @@
#define OLDSTYLE_CASTS_H
#include <QtCore/qobject.h>
-class Foo: public QObject
+class OldStyleCast: public QObject
{
Q_OBJECT
public: