4035:c38be891d0ab | 4037:beb0e092738d |
---|---|
27 | 27 |
28 import Utilities | 28 import Utilities |
29 import Preferences | 29 import Preferences |
30 | 30 |
31 | 31 |
32 # TODO: add simple search functionality (s. LogViewer) | |
32 class SvnDiffDialog(QWidget, Ui_SvnDiffDialog): | 33 class SvnDiffDialog(QWidget, Ui_SvnDiffDialog): |
33 """ | 34 """ |
34 Class implementing a dialog to show the output of the svn diff command | 35 Class implementing a dialog to show the output of the svn diff command |
35 process. | 36 process. |
36 """ | 37 """ |