Use helper class to read/write using QSettings

This commit is contained in:
Magne Sjaastad
2015-08-04 11:47:06 +02:00
parent 7039deed44
commit 690a264c81
4 changed files with 18 additions and 122 deletions

View File

@@ -139,8 +139,6 @@ public:
void terminateProcess();
RiaPreferences* preferences();
void readFieldsFromApplicationStore(caf::PdmObject* object, const QString context = "");
void writeFieldsToApplicationStore(const caf::PdmObject* object, const QString context = "");
void applyPreferences();
cvf::Font* standardFont();