Home
last modified time | relevance | path

Searched refs:serializedFunctionCall (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dscriptableproxy.h92 void callFunction(const QByteArray &serializedFunctionCall);
306 QByteArray callFunctionHelper(const QByteArray &serializedFunctionCall);
H A Dscriptableproxy.cpp869 void ScriptableProxy::callFunction(const QByteArray &serializedFunctionCall) in callFunction() argument
878 const auto result = callFunctionHelper(serializedFunctionCall); in callFunction()
889 QByteArray ScriptableProxy::callFunctionHelper(const QByteArray &serializedFunctionCall) in callFunctionHelper() argument
895 QDataStream stream(serializedFunctionCall); in callFunctionHelper()