summaryrefslogtreecommitdiffstats
path: root/src/testlib/qplaintestlogger_p.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-08-24 17:14:21 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-29 03:40:27 +0200
commit865c27460e9779e7e4cafea84db843c3c5b26765 (patch)
treeafd0c83b0c88679ab405ef5de98d710fd9d36cb7 /src/testlib/qplaintestlogger_p.h
parent14c2d4700cf62e8f0a58f206525ab651aad8464c (diff)
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.h2
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);