Another check for invalid row parameter.#117
Conversation
…ntacts Conflicts: src/seasidefilteredmodel.cpp
Conflicts: src/seasidefilteredmodel.cpp
|
Quite a lot of commits for few changed lines. Suggest rebasing&squashing. On cosmetics side, doesn't follow if () convention. |
|
@vranki do you think you can rework it with the feedback from Pekka? |
|
Yep, I'll do it. Hopefully next week. |
|
I looked at this and rebase & squash would be a pretty complex job as this is done in master branch and includes some merge conflict fixes. I suggest you just accept the pull request and I'll try to remember squashing next time. The end result should work anyway. |
|
Alternative is to just do: That will ensure just a single commit, on top of the latest history. |
|
Or |
|
@vranki I've rebased your commits here: https://github.com/nemomobile/nemo-qml-plugin-contacts/tree/invalid-row-parameter-check Please have a look if these are the changes you want and if so, we can get this merged. |
|
LGTM |
|
Continued here: #121 |
Don't crash if invalid row is given. Not tested properly, but looks trivial.