• Craig Watson's avatar
    New settings queue for UBSettings · 599f925d
    Craig Watson authored
    This should cut down on disk access. Instead of loading and saving
    settings directly through QSettings instances (which occasionally
    read and write to their associated file; but there is no way to control
    how often this happens), they are now added to a QHash for in-app
    access.
    
    Save() and load() functions were also added to enable manually saving
    the settings, and loading all settings from file, respectively.
    599f925d
UBSettings.h 12.9 KB