Add DPI feature
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#ifndef LOGID_FEATURES_DEVICEFEATURE_H
|
||||
#define LOGID_FEATURES_DEVICEFEATURE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace logid {
|
||||
class Device;
|
||||
namespace features
|
||||
@@ -38,11 +40,10 @@ namespace features
|
||||
{
|
||||
}
|
||||
protected:
|
||||
virtual const std::string configPath() = 0;
|
||||
Device* _device;
|
||||
std::string root_setting;
|
||||
};
|
||||
private:
|
||||
|
||||
protected:
|
||||
Device* _device;
|
||||
};
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user