Fix instances getting deselected after FTB instances are loaded (or whenever the model is reset)

This commit is contained in:
Jan Dalheimer
2014-01-06 10:01:40 +01:00
parent fcb8612c10
commit 093143cfef
2 changed files with 21 additions and 18 deletions

View File

@ -179,6 +179,8 @@ protected:
void setCatBackground(bool enabled);
void updateInstanceToolIcon(QString new_icon);
void setSelectedInstanceById(const QString &id);
private:
Ui::MainWindow *ui;
KCategoryDrawer *drawer;