| 14 | namespace Konsole |
| 15 | { |
| 16 | SessionDisplayConnection::SessionDisplayConnection(Session *session, TerminalDisplay *view, QObject *parent) |
| 17 | : QObject(parent) |
| 18 | , _session(session) |
| 19 | , _view(view) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | QPointer<Session> SessionDisplayConnection::session() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected