forked from qt-creator/qt-creator
KitInformation: Make dataId and priority value members
More in line with recent development. Change-Id: I38ad7dd0cb96080a9dc9cc3165e4fb7c78a736b3 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -69,10 +69,7 @@ class AndroidGdbServerKitInformation : public ProjectExplorer::KitInformation
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit AndroidGdbServerKitInformation();
|
||||
Core::Id dataId() const;
|
||||
|
||||
unsigned int priority() const; // the higher the closer to the top.
|
||||
AndroidGdbServerKitInformation();
|
||||
|
||||
QVariant defaultValue(ProjectExplorer::Kit *) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user