asd
This commit is contained in:
+8
-1
@@ -1,11 +1,18 @@
|
||||
#ifndef APPSETTINGS_H
|
||||
#define APPSETTINGS_H
|
||||
|
||||
#include "word.h"
|
||||
|
||||
class AppSettings
|
||||
{
|
||||
public:
|
||||
Word::Type wordTypeMask() {
|
||||
return m_wordTypeMask;
|
||||
}
|
||||
|
||||
private:
|
||||
AppSettings();
|
||||
Word::Type m_wordTypeMask = Word::Default;
|
||||
};
|
||||
|
||||
#endif // APPSETTINGS_H
|
||||
#endif // APPSETTINGS_H
|
||||
|
||||
Reference in New Issue
Block a user