QtPass
1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
src
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
18
class
ProfileInit {
19
public
:
25
static
auto
needsInit
(
const
QString &path) -> bool;
26
27
private
:
28
ProfileInit() =
default
;
29
};
30
31
#endif
// SRC_PROFILEINIT_H_
ProfileInit::needsInit
static auto needsInit(const QString &path) -> bool
Check if a profile path needs initialization.
Generated by
1.16.1