kwin/src/utils/executable_path.h
2023-09-30 08:09:34 +00:00

11 lines
245 B
C

/*
SPDX-FileCopyrightText: 2021 Tobias C. Berner <tcberner@FreeBSD.org>
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#pragma once
#include <QString>
QString executablePathFromPid(pid_t);