forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.11'
Conflicts: src/plugins/genericprojectmanager/genericprojectplugin.cpp src/plugins/projectexplorer/environmentaspect.cpp src/plugins/projectexplorer/environmentaspect.h src/plugins/projectexplorer/environmentaspectwidget.cpp Change-Id: Id21d62cf14419febd1e06c9b429fcdf4501c0eaf
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Internal {
|
||||
|
||||
class CtfStatisticsModel : public QAbstractTableModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
enum Role {
|
||||
|
||||
@@ -153,7 +153,7 @@ void CtfTraceManager::addEvent(const json &event)
|
||||
}
|
||||
}
|
||||
|
||||
void CtfVisualizer::Internal::CtfTraceManager::load(const QString &filename)
|
||||
void CtfTraceManager::load(const QString &filename)
|
||||
{
|
||||
clearAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user