| 10807 | #endif |
| 10808 | |
| 10809 | void Session::useConfigData( ConfigData const& configData ) { |
| 10810 | m_configData = configData; |
| 10811 | m_config.reset(); |
| 10812 | } |
| 10813 | |
| 10814 | int Session::run() { |
| 10815 | if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { |