| 1051 | } |
| 1052 | |
| 1053 | std::list<std::string>::const_iterator |
| 1054 | Singleton::getLastRecent(void) const |
| 1055 | { |
| 1056 | return this->recentProfiles.cend(); |
| 1057 | } |
| 1058 | |
| 1059 | QMap<qint64,Bookmark> const & |
| 1060 | Singleton::getBookmarkMap(void) const |
no outgoing calls
no test coverage detected