File indexing completed on 2025-03-09 04:53:56
0001 /* 0002 SPDX-FileCopyrightText: 2009 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.net 0003 SPDX-FileCopyrightText: 2009 Leo Franchi <lfranchi@kde.org> 0004 0005 SPDX-License-Identifier: LGPL-2.0-or-later 0006 */ 0007 0008 #pragma once 0009 0010 #include <QObject> 0011 0012 class SinglepartJobTest : public QObject 0013 { 0014 Q_OBJECT 0015 private Q_SLOTS: 0016 void testContent(); 0017 void testContentDisposition(); 0018 void testContentID(); 0019 void testContentType(); 0020 void testContentTransferEncoding(); 0021 };