Actions
Feature #2308
closedsignal::Connection::isConnected
Start date:
Due date:
% Done:
100%
Estimated time:
1.50 h
Description
Allow to check whether a Connection
is still connected.
bool
Connection::isConnected() const;
bool
ScopedConnection::isConnected() const;
This could be useful in cases when it is desirable to avoid multiple connections.
Updated by Junxiao Shi over 10 years ago
- Tracker changed from Task to Feature
- Subject changed from Connection::isConnected could be helpful to signal::Connection::isConnected
- Description updated (diff)
- Target version set to v0.3
- Start date deleted (
12/16/2014) - Estimated time set to 1.50 h
Updated by Chengyu Fan about 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Actions