QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
profileinit.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 Anne Jan Brouwer
2// SPDX-License-Identifier: GPL-3.0-or-later
3#ifndef SRC_PROFILEINIT_H_
4#define SRC_PROFILEINIT_H_
5
6#include <QString>
7
14
18class ProfileInit {
19public:
25 static auto needsInit(const QString &path) -> bool;
26
27private:
28 ProfileInit() = default;
29};
30
31#endif // SRC_PROFILEINIT_H_
static auto needsInit(const QString &path) -> bool
Check if a profile path needs initialization.