forked from qt-creator/qt-creator
Make adding user tools possible.
Adding new categories is not there yet though, neither is moving tools through the categories.
This commit is contained in:
@@ -68,6 +68,7 @@ private slots:
|
||||
void revertCurrentItem();
|
||||
void updateButtons(QTreeWidgetItem *item);
|
||||
void updateCurrentItem();
|
||||
void addTool();
|
||||
|
||||
private:
|
||||
Ui::ExternalToolConfig *ui;
|
||||
|
||||
Reference in New Issue
Block a user