Make touch device always enabled for testing

This commit is contained in:
Deve 2019-01-08 22:44:17 +01:00
parent 8257d9eeee
commit b611b0dd80

View File

@ -1885,6 +1885,8 @@ int main(int argc, char *argv[] )
// handle all command line options that do not need (or must
// not have) other managers initialised:
initUserConfig();
UserConfigParams::m_multitouch_enabled = true;
CommandLine::addArgsFromUserConfig();