Krita Source Code Documentation
Loading...
Searching...
No Matches
kshortcutschemeshelper_p.h
Go to the documentation of this file.
1/* This file is part of the KDE libraries
2 SPDX-FileCopyrightText: 2008 Alexander Dymo <adymo@kdevelop.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6#ifndef KSHORTCUTSCHEMESHELPER_P_H
7#define KSHORTCUTSCHEMESHELPER_P_H
8
9#include <QString>
10#include <QHash>
11
14class KConfigBase;
15
17{
18public:
19
23 static QString shortcutSchemeFileName(const QString &schemeName);
24
25 static bool saveShortcutScheme();
26
31 static QHash<QString, QString> schemeFileLocations();
32
33};
34
35#endif
A container for a set of QAction objects.
static QHash< QString, QString > schemeFileLocations()
static QString shortcutSchemeFileName(const QString &schemeName)
static bool saveShortcutScheme()