| 868 | } |
| 869 | |
| 870 | void UIDiffView::setSyntaxColorScheme( const SyntaxColorScheme& colorScheme ) { |
| 871 | mEditor->setColorScheme( colorScheme ); |
| 872 | mLeftEditor->setColorScheme( colorScheme ); |
| 873 | mRightEditor->setColorScheme( colorScheme ); |
| 874 | } |
| 875 | |
| 876 | void UIDiffView::setHeadersVisible( bool visible ) { |
| 877 | if ( visible == mHeadersVisible ) |
no test coverage detected