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

24 lines
392 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 UDSENTRYTEST_H
#define UDSENTRYTEST_H
#include <QObject>
class UDSEntryTest : public QObject
{
Q_OBJECT
private Q_SLOTS:
void testSaveLoad();
void testMove();
void testEquality();
};
#endif