diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-08-24 17:14:21 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-08-29 03:40:27 +0200 |
commit | 865c27460e9779e7e4cafea84db843c3c5b26765 (patch) | |
tree | afd0c83b0c88679ab405ef5de98d710fd9d36cb7 /src/testlib/qplaintestlogger_p.h | |
parent | 14c2d4700cf62e8f0a58f206525ab651aad8464c (diff) | |
download | qtbase-865c27460e9779e7e4cafea84db843c3c5b26765.tar.gz |
Remove circular dependency in testlib logging code
Pass the output file name from the QTestLog to the test logger when
commencing logging rather than having the logger call back into the
QTestLog.
Change-Id: Id484635f9fcfca08a66c92f3442887e9473b6f9b
Reviewed-on: http://codereview.qt.nokia.com/3454
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/testlib/qplaintestlogger_p.h')
-rw-r--r-- | src/testlib/qplaintestlogger_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qplaintestlogger_p.h b/src/testlib/qplaintestlogger_p.h index aa9df834eb..1784e3be77 100644 --- a/src/testlib/qplaintestlogger_p.h +++ b/src/testlib/qplaintestlogger_p.h @@ -63,7 +63,7 @@ public: QPlainTestLogger(); ~QPlainTestLogger(); - void startLogging(); + void startLogging(const char *filename); void stopLogging(); void enterTestFunction(const char *function); |