leonardok / Retriev.er

GUI for rsync written in Qt, that is used to synchronize folder in different locations, remote or not.
10 stars 1 forks source link

Put the configuration under QSettings #2

Closed leonardok closed 12 years ago

leonardok commented 12 years ago

Right now the configurations are recorded into a .conf file. This is not the best practice, as there's the QSettings class that take care of all cross-platform stuff, and hide it all from the user. We must save configurations like that.