MCPcopy Create free account
hub / github.com/deskflow/deskflow / allocDestination

Method allocDestination

src/unittests/deskflow/IKeyStateTests.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "deskflow/IKeyState.h"
11
12void IKeyStateTests::allocDestination()
13{
14 auto info = IKeyState::KeyInfo::alloc(1, 2, 3, 4, {"test1", "test2"});
15 QCOMPARE(info->m_screens, ":test1:test2:");
16}
17
18QTEST_MAIN(IKeyStateTests)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected