Save custom ordering of tools.

This overrides ordering of *all* tools. Which is suboptimal.
This commit is contained in:
con
2011-02-10 14:16:11 +01:00
parent c422786b02
commit 845e9d513e
2 changed files with 25 additions and 17 deletions

View File

@@ -184,7 +184,7 @@ private:
QMap<QString, Internal::ExternalTool *> *tools,
bool isPreset = false);
void readSettings(const QMap<QString, Internal::ExternalTool *> &tools,
QMap<QString, QMultiMap<int, Internal::ExternalTool*> > *categoryPriorityMap);
QMap<QString, QList<Internal::ExternalTool*> > *categoryPriorityMap);
void writeSettings();
static ExternalToolManager *m_instance;