Remove QTestLog constructor/destructor definitions
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 24 Aug 2011 07:58:31 +0000 (17:58 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 29 Aug 2011 04:48:23 +0000 (06:48 +0200)
commitadcfd88764aab630290479c3b68651690f27f050
treec41a815718de90c5d42e44b7dd5db0bedd73e915
parent39f9fd29526ae8f6803314d9fdc8dcf1cb9bd2bc
Remove QTestLog constructor/destructor definitions

QTestLog is an entirely static class and its constructor and destructor
are declared private to prevent accidental construction of an instance
of the class.  Therefore, the constructor and destructor do not need to
be defined.

Change-Id: I860f1344c5032091f5c641a20e1656bb52a6f07e
Reviewed-on: http://codereview.qt.nokia.com/3466
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/testlib/qtestlog.cpp