| 3136 | #endif // USE_THUMBNAILS |
| 3137 | |
| 3138 | IGFD::PlacesFeature::PlacesFeature() { |
| 3139 | #ifdef USE_PLACES_FEATURE |
| 3140 | m_PlacesPaneWidth = defaultPlacePaneWith; |
| 3141 | m_PlacesPaneShown = PLACES_PANE_DEFAULT_SHOWN; |
| 3142 | #endif // USE_PLACES_FEATURE |
| 3143 | } |
| 3144 | |
| 3145 | #ifdef USE_PLACES_FEATURE |
| 3146 | void IGFD::PlacesFeature::m_InitPlaces(FileDialogInternal& vFileDialogInternal) { |
nothing calls this directly
no outgoing calls
no test coverage detected