/* * SPDX-FileCopyrightText: 2022 Aleix Pol i Gonzalez * * SPDX-License-Identifier: LGPL-2.0-or-later */ #pragma once #include #include #include /** * Specifies a shortcut as defined in the xdg-specs: * * https://gitlab.freedesktop.org/xdg/xdg-specs/-/tree/master/shortcuts */ namespace XdgShortcut { std::optional parse(const QString &shortcutString); }