/*! * * Copyright (c) 2021 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 VDGPostSingleResultData.h * \author (last) Peter Lucia * \date (last) 19-May-2021 * \author (original) Peter Lucia * \date (original) 19-May-2021 * */ #pragma once // Qt #include #include // Project #include "main.h" // Doxygen : don't remove #include "VView.h" #include "MDGPostSingleResultData.h" // namespace namespace View { /*! * \brief The VDGPostSingleResult class * \details View for Model's Data representation. * * \sa Model::MDGPostSingleResultData * */ class VDGPostSingleResult : public QObject { Q_OBJECT VIEW_DEC(VDGPostSingleResult, DGPostSingleResultData) }; }