Remove redundant class from QStringMatcher test.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 6 Jan 2012 05:44:02 +0000 (15:44 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 6 Jan 2012 06:50:21 +0000 (07:50 +0100)
commitdb0361e9b1d6e9dc83e3b47842508ab45e32245d
treef240d080873d7699dce60026bfbaa1c869a9ae73
parente6b9382ae2f6c8a6f83fa724168af467eed073cf
Remove redundant class from QStringMatcher test.

The removed class was evidently attempting to promote protected members
of its base class to public, but the way this was done doesn't work and
doing so wasn't actually necessary for the test.

Change-Id: I15e0c31891da08cacee1054e15596a79a058b466
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/tools/qstringmatcher/tst_qstringmatcher.cpp