mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 19:36:57 +00:00
Fix style command
This commit is contained in:
@@ -23,7 +23,10 @@ public:
|
||||
Pass();
|
||||
~Pass() override = default;
|
||||
|
||||
QString password_store() const { return m_password_store; }
|
||||
QString password_store() const
|
||||
{
|
||||
return m_password_store;
|
||||
}
|
||||
|
||||
Q_INVOKABLE void init(QObject *window);
|
||||
Q_INVOKABLE void decrypt(QUrl url);
|
||||
|
||||
Reference in New Issue
Block a user