mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
spelling: whose
This commit is contained in:
parent
d1793d9bcf
commit
084a1dd7d2
@ -36,7 +36,7 @@ QObject* SignalMultiplexer::currentObject() const
|
||||
|
||||
void SignalMultiplexer::setCurrentObject(QObject* object)
|
||||
{
|
||||
// remove all Connections from the list whoes senders/receivers have been deleted
|
||||
// remove all Connections from the list whose senders/receivers have been deleted
|
||||
QMutableListIterator<Connection> i = m_connections;
|
||||
while (i.hasNext()) {
|
||||
const Connection& con = i.next();
|
||||
|
Loading…
Reference in New Issue
Block a user