Hi again, My fix: https://codereview.qt-project.org/115698
Review it please. Description: Two issues is present: 1. GDB Servers Providers settings lost when Apply/Ok button pressed twice (Ok - on second time dialog loading) 2. QtC crashed when Provider removes from the list First issue: look like copy-paste problem. Marked for remove provides must be deregistered, but all others deregisters. Second one: I don't fully understand, but there is no signals endRemoveRows() at all. Also, regard documentation endRemoveRows() must be used in pair with beginRemoveRows(). In our scenarion it is not true. Also, correct removing from the model done at the takeItem(TreeItem*) that present above. 2015-07-02 16:12 GMT+10:00 Alexander Drozdov <[email protected]>: > Hi all, > > Is it known issue (master branch) with Bare Metal Plugin: > > 1. Open Options dialog and go to BareMetal page > 2. Create OpenOCD server (without starting, only connect) > 3. Press Apply > 4. Press Apply twice: GDB Servers list now empty > > > -- > WBR, Alexander Drozdov > http://htrd.su > -- WBR, Alexander Drozdov http://htrd.su
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
