configmanager.h
virtual void rollback()=0
Re-read the config from disk and forget changes.
virtual void commit()=0
Commit changes to disk and emit changed() if necessary.
virtual bool hasPendingChanges() const =0
Check whether there are any unsaved changes.