1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-17 16:42:46 +02:00
Nextcloud-Desktop/test/testunisonfolder.h
2011-03-30 23:36:30 +02:00

22 lines
278 B
C++

#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