This commit is contained in:
fourtf 2017-01-05 20:49:13 +01:00
parent 2057611011
commit a8006cf68c
2 changed files with 17 additions and 0 deletions

6
appsettings.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "appsettings.h"
AppSettings::AppSettings()
{
}

11
appsettings.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef APPSETTINGS_H
#define APPSETTINGS_H
class AppSettings
{
public:
AppSettings();
};
#endif // APPSETTINGS_H