Let's make (git) history!

This commit is contained in:
2018-11-03 17:12:20 +01:00
коміт 3bfebfe8a8
212 змінених файлів з 11970 додано та 0 видалено

@@ -0,0 +1,13 @@
#ifndef TESTCONFIGPROVIDER_H
#define TESTCONFIGPROVIDER_H
#include "../config.h"
class TestConfigProvider
{
public:
TestConfigProvider();
static Config testConfig();
};
#endif // TESTCONFIGPROVIDER_H