merge with dev

This commit is contained in:
Desmis
2017-06-11 18:38:31 +02:00
33 changed files with 215 additions and 138 deletions

View File

@@ -1538,11 +1538,15 @@ public:
PartialProfile (bool createInstance = false, bool paramsEditedValue = false);
PartialProfile (ProcParams* pp, ParamsEdited* pe = nullptr, bool fullCopy = false);
PartialProfile (const ProcParams* pp, const ParamsEdited* pe = nullptr);
~PartialProfile ();
void deleteInstance ();
void clearGeneral ();
int load (const Glib::ustring &fName);
void set (bool v);
const void applyTo (ProcParams *destParams) const ;
private:
bool ownsPparams;
bool ownsPedited;
};
/**