nextcloud-desktop/test/testunisonfolder.h

22 lines
278 B
C
Raw Normal View History

2011-03-31 01:36:30 +04:00
#ifndef MIRALL_TEST_UNISONFOLDER_H
#define MIRALL_TEST_UNISONFOLDER_H
#include <QtTest/QtTest>
class TestUnisonFolder : public QObject
{
Q_OBJECT
public:
private slots:
void initTestCase();
void cleanupTestCase();
void testSyncFiles();
private:
};
#endif