1. 05 Dec, 2014 9 commits
  2. 04 Dec, 2014 7 commits
  3. 03 Dec, 2014 11 commits
  4. 02 Dec, 2014 11 commits
  5. 01 Dec, 2014 2 commits
    • 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
    • Bryant's avatar
      Removed unused variable. · 25377440
      Bryant authored
      25377440