| 64 | } |
| 65 | |
| 66 | virtual ~ClientHandler() { |
| 67 | qDebug(" ~ClientHandler(#%llu): I've being called automatically!", |
| 68 | iconnectionId |
| 69 | ); |
| 70 | } |
| 71 | |
| 72 | protected: |
| 73 | quint64 iconnectionId; |
nothing calls this directly
no outgoing calls
no test coverage detected