Revision 9695313...
Go back to digest for 11th November 2012Bug Fixes in Utilities
Friedrich Karl Tilman Pülz committed changes in [publictransport] /timetablemate/src:
Fix crashes because of indexes from wrong model
- GUI events send QModelIndex's from the model of the widget,
which is now a proxy model for filtering
- Map that index to the ProjectModel
- Add a Q_ASSERT to check that the model of indexes is the
ProjectModel in projectItemFromIndex()
File Changes
Modified 2 files
- /timetablemate/src
- engine/projectmodel.cpp
- engine/docks/projectsdockwidget.cpp
2 files changed in total