QmlProfiler: Simplify file loading

There is no need to keep a redundant copy of the file name.

Change-Id: I407b1e4b92232a5869eade4d52eb7b4468fffa9d
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-09-10 11:49:17 +02:00
parent 60ead88856
commit f373c6794e
2 changed files with 2 additions and 18 deletions

View File

@@ -160,8 +160,6 @@ public slots:
void save(const QString &filename);
void load(const QString &filename);
void setFilename(const QString &filename);
void load();
private:
void setState(QmlProfilerDataState::State state);