mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-23 05:25:21 -04:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
@ -19,8 +19,8 @@
|
|||
#ifndef KEEAGENTSETTINGS_H
|
||||
#define KEEAGENTSETTINGS_H
|
||||
|
||||
#include <QtCore>
|
||||
#include <QXmlStreamReader>
|
||||
#include <QtCore>
|
||||
|
||||
class KeeAgentSettings
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public:
|
|||
bool operator!=(KeeAgentSettings& other);
|
||||
bool isDefault();
|
||||
|
||||
bool fromXml(const QByteArray &ba);
|
||||
bool fromXml(const QByteArray& ba);
|
||||
QByteArray toXml();
|
||||
|
||||
bool allowUseOfSshKey() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue