| 106 | } |
| 107 | |
| 108 | void SessionManager::clearSettings() const |
| 109 | { |
| 110 | ApplicationSettings settings;; |
| 111 | |
| 112 | // Clear everything out. There can be left over entries that are no longer needed |
| 113 | settings.beginGroup("CurrentSession"); |
| 114 | settings.remove(""); |
| 115 | } |
| 116 | |
| 117 | void SessionManager::clearDirectory() const |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected