1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-18 10:42:46 +02:00
Nextcloud-Desktop/test/testdanimostinkt.h
2012-10-26 20:24:12 +02:00

25 lines
413 B
C++

/*
This software is in the public domain, furnished "as is", without technical
support, and with no warranty, express or implied, as to its usefulness for
any purpose.
*/
#ifndef MIRALL_TESTDANIMOSTINKT_H
#define MIRALL_TESTDANIMOSTINKT_H
#include <QtTest>
class TestDanimoStinkt : public QObject
{
Q_OBJECT
private slots:
void testBadSmell()
{
QVERIFY( true );
}
};
#endif