swift
activemutator.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
7 
9 {
10  QFuture<CVariant> CActiveMutator::handleRequest(const CVariant &param) const { return m_requestHandler(param); }
11 } // namespace swift::misc::shared_state
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Definition: variant.h:66
QFuture< CVariant > handleRequest(const CVariant &param) const
Respond to a request and return a reply.
Utilities for sharing state between multiple objects.
Definition: application.h:48