Implement the 'remove tool' button.

This commit is contained in:
con
2011-02-02 13:35:48 +01:00
parent 8cda869a15
commit 69c920c6ad
2 changed files with 26 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ private slots:
void updateButtons(QTreeWidgetItem *item);
void updateCurrentItem();
void addTool();
void removeTool();
private:
Ui::ExternalToolConfig *ui;