From 260b0b4ed619055486766a7743ff094181829399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Fri, 17 Jan 2014 13:56:08 +0100 Subject: 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 --- tests/auto/tools/moc/oldstyle-casts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -class Foo: public QObject +class OldStyleCast: public QObject { Q_OBJECT public: -- cgit v1.2.3