swift
passivemutator.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  void CPassiveMutator::postEvent(const CVariant &param) { emit eventPosted(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
void postEvent(const CVariant &param)
Emit an event.
void eventPosted(const swift::misc::CVariant &param)
Emitted by postEvent.
Utilities for sharing state between multiple objects.
Definition: application.h:48