Skip to content
Snippets Groups Projects
  1. Dec 05, 2018
  2. Dec 02, 2018
    • Lioncash's avatar
      yuzu/configuration/configure_input: Default destructor in the cpp file · f3253d0f
      Lioncash authored
      The previous code could potentially be a compilation issue waiting to
      occur, given we forward declare the type for a std::unique_ptr. If the
      complete definition of the forward declared type isn't visible in a
      translation unit that the class is used in, then it would fail to
      compile.
      
      Defaulting the destructor in a cpp file ensures the std::unique_ptr's
      destructor is only invoked where its complete type is known.
      f3253d0f
  3. Nov 27, 2018
  4. Nov 19, 2018
  5. Oct 30, 2018
  6. Oct 06, 2018
  7. Jan 16, 2018
  8. Jan 13, 2018
  9. Apr 04, 2017
  10. Mar 01, 2017
  11. Dec 10, 2016
    • MerryMage's avatar
      configure_input: Modernize and cleanup input configuration tab · a2d47438
      MerryMage authored
      * Removed use of raw QTimer* pointer.
      * Update to use type-safe QObject::connect.
      * getKeyName can be a static local function.
      * Prefer to use function arguments instead of member variables.
      * Store Qt::Key instead of converting string back into keycode.
      a2d47438
  12. Sep 21, 2016
  13. Sep 18, 2016
  14. Jul 29, 2016
Loading