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:
Eike Ziller
2019-11-11 12:58:11 +01:00
114 changed files with 4948 additions and 764 deletions

View File

@@ -39,6 +39,7 @@ namespace Internal {
class CtfStatisticsModel : public QAbstractTableModel
{
Q_OBJECT
public:
enum Role {

View File

@@ -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();