Files
RedBear-OS/local/recipes/kde/kf6-kio/source/autotests/kfileitemactionstest.h
T
2026-04-14 10:51:06 +01:00

23 lines
420 B
C++

/*
This file is part of the KDE project
SPDX-FileCopyrightText: 2013 Frank Reininghaus <frank78ac@googlemail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KFILEITEMACTIONSTEST_H
#define KFILEITEMACTIONSTEST_H
#include <QObject>
class KFileItemActionsTest : public QObject
{
Q_OBJECT
private Q_SLOTS:
void testSetParentWidget();
void testTopLevelServiceMenuActions();
};
#endif