src/Configuration.h
branchv_0
changeset 4 500ce0b934e7
parent 0 0a0cb749c10f
child 5 8f434dc38444
equal deleted inserted replaced
3:18bb23fc811f 4:500ce0b934e7
    26 namespace in {
    26 namespace in {
    27 namespace qr {
    27 namespace qr {
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 	bool listXXX = false;
    31 	bool listPolygonPoints = false;
    32 	bool listZZZ = false;
       
    33 
    32 
    34 	virtual ~Configuration() {
    33 	virtual ~Configuration() {
    35 	}
    34 	}
    36 };
    35 };
    37 
    36