forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8'
Conflicts: src/libs/extensionsystem/pluginmanager.cpp src/libs/extensionsystem/pluginspec.cpp src/plugins/coreplugin/basefilewizard.cpp src/plugins/coreplugin/coreplugin.pro src/plugins/coreplugin/coreplugin.qbs src/plugins/coreplugin/editormanager/ieditor.cpp src/plugins/coreplugin/externaltool.cpp src/plugins/coreplugin/icore.cpp src/plugins/cpptools/cppmodelmanager.cpp src/plugins/fakevim/fakevimhandler.cpp src/plugins/find/ifindfilter.cpp src/plugins/projectexplorer/buildstep.cpp src/plugins/projectexplorer/devicesupport/idevice.cpp src/plugins/projectexplorer/runconfiguration.cpp src/plugins/vcsbase/vcsbaseeditor.cpp tests/system/suite_debugger/tst_simple_analyze/test.py Change-Id: I11dc9e60bfc14bad4f8af747d041fc7678a07c17
This commit is contained in:
@@ -52,15 +52,17 @@
|
||||
/*!
|
||||
\fn void ProjectExplorer::Project::environmentChanged()
|
||||
|
||||
\brief Convenience signal emitted if the activeBuildConfiguration emits environmentChanged
|
||||
or if the activeBuildConfiguration changes (including due to the active target changing).
|
||||
A convenience signal emitted if activeBuildConfiguration emits
|
||||
environmentChanged or if the active build configuration changes
|
||||
(including due to the active target changing).
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void ProjectExplorer::Project::buildConfigurationEnabledChanged()
|
||||
|
||||
\brief Convenience signal emitted if the activeBuildConfiguration emits isEnabledChanged()
|
||||
or if the activeBuildConfiguration changes (including due to the active target changing).
|
||||
A convenience signal emitted if activeBuildConfiguration emits
|
||||
isEnabledChanged() or if the active build configuration changes
|
||||
(including due to the active target changing).
|
||||
*/
|
||||
|
||||
namespace {
|
||||
@@ -304,14 +306,14 @@ bool Project::restoreSettings()
|
||||
|
||||
|
||||
/*!
|
||||
\brief Serialize all data into a QVariantMap.
|
||||
Serializes all data into a QVariantMap.
|
||||
|
||||
This map is then saved in the .user file of the project.
|
||||
Just put all your data into the map.
|
||||
|
||||
\note Do not forget to call your base class' toMap method.
|
||||
\note Do not forget to call setActiveBuildConfiguration when
|
||||
creating new BuilConfigurations.
|
||||
creating new build configurations.
|
||||
*/
|
||||
|
||||
QVariantMap Project::toMap() const
|
||||
|
||||
Reference in New Issue
Block a user