| 48 | } |
| 49 | |
| 50 | CFrmViewer::ADAPT_WINDOWS CFrmScroll::AdaptWindows() |
| 51 | { |
| 52 | CFrmViewer* pView = qobject_cast<CFrmViewer*>(widget()); |
| 53 | if(pView) |
| 54 | return pView->GetAdaptWindows(); |
| 55 | return CFrmViewer::ADAPT_WINDOWS::Auto; |
| 56 | } |
| 57 | |
| 58 | CFrmViewer* CFrmScroll::GetViewer() |
| 59 | { |
nothing calls this directly
no test coverage detected