mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-02 09:10:51 -05:00
Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
This commit is contained in:
parent
4c0e2af6e3
commit
8d487d31a4
109 changed files with 274 additions and 274 deletions
|
|
@ -73,7 +73,7 @@ void InactivityTimer::timeout()
|
|||
}
|
||||
|
||||
if (m_active && !m_timer->isActive()) {
|
||||
Q_EMIT inactivityDetected();
|
||||
emit inactivityDetected();
|
||||
}
|
||||
|
||||
m_emitMutx.unlock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue