We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3e7d3 commit 0579ccdCopy full SHA for 0579ccd
src/Convert.cpp
@@ -24,5 +24,5 @@ namespace Convert
24
return retList;
25
}
26
27
- Qt::Key ToQtKey(const QChar& ch) { return static_cast<Qt::Key>(QChar(ch).unicode()); }
+ Qt::Key ToQtKey(const QChar& ch) { return static_cast<Qt::Key>(QChar(ch).unicode()); }
28
0 commit comments