File: testcreateddatecompat.h

package info (click to toggle)
kcalcore 5%3A5.78.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,736 kB
  • sloc: cpp: 23,105; perl: 136; sh: 11; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * SPDX-FileCopyrightText: 2012 Christian Mollekopf <mollekopf@kolabsys.com>
 *
 * SPDX-License-Identifier: LGPL-3.0-or-later
 */

#ifndef TESTCREATEDDATECOMPAT_H
#define TESTCREATEDDATECOMPAT_H

class testcreateddatecompat
{
};
#include <QObject>

class CreatedDateCompatTest : public QObject
{
    Q_OBJECT
private Q_SLOTS:
    void testCompat32();
    void testCompat33();
};

#endif // TESTCREATEDDATECOMPAT_H