forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user