Warning, file /frameworks/kcoreaddons/autotests/kformattest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 This file is part of the KDE Frameworks 0003 0004 SPDX-FileCopyrightText: 2013 John Layt <jlayt@kde.org> 0005 SPDX-FileCopyrightText: 2010 Michael Leupold <lemma@confuego.org> 0006 SPDX-FileCopyrightText: 2009 Michael Pyne <mpyne@kde.org> 0007 SPDX-FileCopyrightText: 2008 Albert Astals Cid <aacid@kde.org> 0008 0009 SPDX-License-Identifier: LGPL-2.0-or-later 0010 */ 0011 0012 #ifndef KFORMATTEST_H 0013 #define KFORMATTEST_H 0014 0015 #include <QObject> 0016 0017 class KFormatTest : public QObject 0018 { 0019 Q_OBJECT 0020 0021 private Q_SLOTS: 0022 0023 void formatByteSize(); 0024 void formatDuration(); 0025 void formatDecimalDuration(); 0026 void formatSpelloutDuration(); 0027 void formatRelativeDate(); 0028 void formatValue(); 0029 }; 0030 0031 #endif // KFORMATTEST_H