QKeySequence: remove 239 unneeded relocations
Same change as in QColor (d38f86e50b
).
relocs: -239
text: -586B
data: -3840B
(optimized GCC 6.1 Linux AMD64 build).
Change-Id: I180e9b65736481dd4e82dc68ef6c3f7541e205cf
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
parent
6a35c6d491
commit
6a44c0ee75
@ -405,7 +405,7 @@ void Q_GUI_EXPORT qt_set_sequence_auto_mnemonic(bool b) { qt_sequence_no_mnemoni
|
||||
|
||||
static const struct {
|
||||
int key;
|
||||
const char* name;
|
||||
const char name[25];
|
||||
} keyname[] = {
|
||||
//: This and all following "incomprehensible" strings in QShortcut context
|
||||
//: are key names. Please use the localized names appearing on actual
|
||||
|
Loading…
Reference in New Issue
Block a user