QmlProfiler: fix tracefile extension

Change-Id: If19f71b81bd5a4e9f7e02ae79033c4b46a34739f
Reviewed-on: http://codereview.qt-project.org/6326
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-10-04 17:04:33 +02:00
parent d6a68b64ed
commit 1fff13f04f
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
namespace QmlProfiler {
namespace Internal {
#define TraceFileExtension "*.qtd"
#define TraceFileExtension ".qtd"
class QmlProfilerTool : public Analyzer::IAnalyzerTool
{