mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-24 22:50:57 -04:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
@ -30,13 +30,11 @@ KeeAgentSettings::KeeAgentSettings()
|
|||
, m_saveAttachmentToTempFile(false)
|
||||
, m_fileName(QString())
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool KeeAgentSettings::operator==(KeeAgentSettings& other)
|
||||
{
|
||||
return (m_allowUseOfSshKey == other.m_allowUseOfSshKey
|
||||
&& m_addAtDatabaseOpen == other.m_addAtDatabaseOpen
|
||||
return (m_allowUseOfSshKey == other.m_allowUseOfSshKey && m_addAtDatabaseOpen == other.m_addAtDatabaseOpen
|
||||
&& m_removeAtDatabaseClose == other.m_removeAtDatabaseClose
|
||||
&& m_useConfirmConstraintWhenAdding == other.m_useConfirmConstraintWhenAdding
|
||||
&& m_useLifetimeConstraintWhenAdding == other.m_useLifetimeConstraintWhenAdding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue