This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/tests/auto/testversioning.h
2014-05-03 23:55:08 +02:00

21 lines
416 B
C++

#ifndef TESTVERSIONING_H
#define TESTVERSIONING_H
#include "guhtestbase.h"
class TestVersioning: public GuhTestBase
{
Q_OBJECT
public:
TestVersioning () {}
TestVersioning (const TestVersioning &other) {}
TestVersioning& operator=(const TestVersioning &other) {}
private slots:
void version();
void apiChangeBumpsVersion();
};
Q_DECLARE_METATYPE(TestVersioning);
#endif //TESTVERSIONING_H