Dynamic profiles wasn't loaded in Preference (#3691)

This commit is contained in:
Hombre
2017-04-26 00:07:20 +02:00
parent 8c309d0f04
commit d3ab104818
2 changed files with 6 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ protected:
public:
bool loadRules();
bool storeRules();
const std::vector<DynamicProfileRule> &getRules() const;
const std::vector<DynamicProfileRule> &getRules();
void setRules (const std::vector<DynamicProfileRule> &r);
};