aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/descriptionwidgetwatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DiffEditor: ModernizeAlessandro Portale2018-11-091-1/+1
| | | | | | | | | modernize-use-auto modernize-use-override modernize-use-equals-default Change-Id: I4e70550ed2962781b62661a405517b5c79126bad Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Pass this context object to the connect()Jarek Kobus2018-04-091-2/+2
| | | | | | | | | | Otherwise when "this" instance gets deleted and the sender still exists, the lambda expression is still invoked for the deleted object. Task-number: QTCREATORBUG-20223 Change-Id: Ifd5c9e6ce1fe7fde71698c6683cdfcd7566e8d35 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-0/+78
Move it to the git plugin. Change-Id: I8151573ed50df70776f7ebf0475dd41fb84fae83 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>