- 
    Bug 
- 
    Resolution: Fixed
- 
    P4: Low 
- 
    6.7.3
- 
    None
- 
        
- 
        ada885dfd (dev), b26e30e1b (6.9), 48c16d2d2 (6.8)
When we create a qaction with we shortcut parsed from a QString with a space it creates an invalid shortcut.
        QAction *b = new QAction("test1action", this);
        b->setShortcut(QKeySequence("Ctrl + Del"));
 
return shortcut == ""
Space breaks it.
I created an autotests for it.
Is it possible to fix it please ?
Thanks