| 1038 | } |
| 1039 | |
| 1040 | Options::WindowOperation Options::operationMaxButtonClick(Qt::MouseButtons button) const |
| 1041 | { |
| 1042 | return button == Qt::RightButton ? opMaxButtonRightClick : button == Qt::MiddleButton ? opMaxButtonMiddleClick |
| 1043 | : opMaxButtonLeftClick; |
| 1044 | } |
| 1045 | |
| 1046 | bool Options::isUseCompositing() const |
| 1047 | { |
no outgoing calls
no test coverage detected