forked from qt-creator/qt-creator
s/profile/kit/
* Rename profiles to kits.
* Update some strings:
* projects mode has a Kits tab, not a Targets tab.
* " Settings" was dropped from the sub-tabs of the Kits tab
* menu entry "Build/Open Build/Run Target Selector" was renamed
to "Build/Open Build and Run Kits Selector".
* Use "Kit" instead of "Target" in miniprojecttargetselector.
(The class was not renamed as it does indeed select targets,
not kits)
Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
328d205b62
commit
8ba422d07c
@@ -34,7 +34,7 @@
|
||||
#include <QDialog>
|
||||
|
||||
namespace Core { class Id; }
|
||||
namespace ProjectExplorer { class Profile; }
|
||||
namespace ProjectExplorer { class Kit; }
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
@@ -56,12 +56,12 @@ public:
|
||||
bool isLocal() const;
|
||||
|
||||
// For persistance.
|
||||
ProjectExplorer::Profile *profile() const;
|
||||
ProjectExplorer::Kit *kit() const;
|
||||
void setLocalExecutableFile(const QString &executable);
|
||||
void setLocalCoreFile(const QString &core);
|
||||
void setRemoteCoreFile(const QString &core);
|
||||
void setOverrideStartScript(const QString &scriptName);
|
||||
void setProfileId(const Core::Id &id);
|
||||
void setKitId(const Core::Id &id);
|
||||
|
||||
private slots:
|
||||
void changed();
|
||||
|
||||
Reference in New Issue
Block a user