/*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file vpoweroff.cpp * \author (last) Behrouz NematiPour * \date (last) 07-May-2020 * \author (original) Behrouz NematiPour * \date (original) 10-Mar-2020 * */ #include "vpoweroff.h" // Project #include "guicontroller.h" VIEW_DEF(VPowerOff, PowerOffData) void VPowerOff::onActionReceive(const PowerOffData &vData) { poweroff(vData.mStatus); }