QmlProfiler: instantiate FileInProjectFinder only once

This commit is contained in:
Kai Koehne
2011-04-01 13:48:10 +02:00
parent d3c4e60106
commit eb4d273949
2 changed files with 21 additions and 8 deletions

View File

@@ -76,6 +76,9 @@ public:
static QString host;
static quint16 port;
private slots:
void updateProjectFileList();
private:
class QmlProfilerToolPrivate;
QmlProfilerToolPrivate *d;