1. 11 Jun, 2014 1 commit
    • Erwan Tulou's avatar
      Qt: fix multiple instances of a singleton if an input is already started · b8ae32d9
      Erwan Tulou authored
      Using THEMIM at this level results in instantiating multiples copies of
      what should be a singleton. This is because any preexisting input needs
      to be initialized in the constructor of the THEMIN (MainInputManager). This
      leads to recursively calling the constructor over and over.
      
      This patch directly calls the underlying functions(no functional change).
      b8ae32d9
  2. 10 Jun, 2014 39 commits