Rewrite the preference page's tree, using its own model.

Because otherwise implementing drag&drop is impossible.
This commit is contained in:
con
2011-02-08 12:28:35 +01:00
parent 0bcc809402
commit 0849cfb406
5 changed files with 382 additions and 207 deletions

View File

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