File: kstandardactiontest.h

package info (click to toggle)
kf6-kconfigwidgets 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,020 kB
  • sloc: cpp: 6,309; sh: 18; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
    SPDX-FileCopyrightText: 2007 Simon Hausmann <hausmann@kde.org>
    SPDX-FileCopyrightText: 2007 David Faure <faure@kde.org>

    SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef KSTANDARDACTIONTEST_H
#define KSTANDARDACTIONTEST_H

#include <QObject>

class tst_KStandardAction : public QObject
{
    Q_OBJECT

private Q_SLOTS:
    void initTestCase();
    void shortcutForActionId();
    void changingShortcut();
    void testCreateOldStyle();
    void testCreateNewStyle();
};

#endif // KSTANDARDACTIONTEST_H