Skip to content

Fix a compiler warning -Wunused-function

Ahmad Samir requested to merge work/ahmad/unused into master

warning: ‘QKeySequence mangleKey(const QKeySequence&)’ defined but not used [-Wunused-function] static QKeySequence mangleKey(const QKeySequence &key)

Put those methods in a namespace, make them non-static and define them out-of-line.

GIT_SILENT

Merge request reports