MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / getHotkey

Method getHotkey

src/modules/hotkeylineedit.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34const QString HotkeyLineEdit::getHotkey() const
35{
36 return _key_sequence;
37}
38
39void HotkeyLineEdit::setHotkey(const QString& key_sequence)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected