MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / shiftKey

Function shiftKey

src/gui/documentviewer/WizEditorToolBar.cpp:1172–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170#endif
1171}
1172QString shiftKey()
1173{
1174#ifdef Q_OS_MAC
1175 return "⇧";
1176#else
1177 return "Shift+";
1178#endif
1179}
1180
1181
1182#define TOOLBARTYPE_HIGHLIGHTER "highlighter"

Callers 1

WizEditorToolBarMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected