forked from qt-creator/qt-creator
Rewrite the preference page's tree, using its own model.
Because otherwise implementing drag&drop is impossible.
This commit is contained in:
@@ -90,6 +90,7 @@ public:
|
||||
|
||||
bool operator==(const ExternalTool &other);
|
||||
bool operator!=(const ExternalTool &other) { return !((*this) == other); }
|
||||
ExternalTool &operator=(const ExternalTool &other);
|
||||
|
||||
void setId(const QString &id);
|
||||
void setCategory(const QString &category);
|
||||
|
||||
Reference in New Issue
Block a user