Skip to content
  1. Dec 30, 2014
  2. Dec 26, 2014
  3. Dec 23, 2014
  4. Dec 20, 2014
  5. Dec 12, 2014
  6. Dec 10, 2014
  7. Dec 09, 2014
  8. Dec 07, 2014
  9. Dec 05, 2014
  10. Dec 04, 2014
  11. Dec 03, 2014
  12. Dec 02, 2014
  13. Dec 01, 2014
    • Bryant's avatar
      Remove all unnecessary calls to QSettings.sync(). · 6359f78a
      Bryant authored
      This function is called automatically when a QSettings object is destroyed,
      so is rarely needed to be called explicitly.
      
      There are still some cases where
      a QSettings object is passed-by-reference, so there I left the sync() calls as
      it's unclear how permanent those objects are and if they'd call sync() before
      application shutdown
      6359f78a
Loading