QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
391 B

/* This file is part of the dbusmenu-qt library
SPDX-FileCopyrightText: 2010 Canonical
SPDX-FileContributor: Aurelien Gateau <[email protected]>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#pragma once
class QString;
/**
* Swap mnemonic char: Qt uses '&', while dbusmenu uses '_'
*/
QString swapMnemonicChar(const QString &in, const char src, const char dst);