/*! * * 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 VHDPostSingleResultData.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 "MHDPostSingleResultData.h" // namespace namespace View { /*! * \brief The VHDPostSingleResult class * \details View for Model's Data representation. * * \sa Model::MHDPostSingleResultData * */ class VHDPostSingleResult : public QObject { Q_OBJECT VIEW_DEC(VHDPostSingleResult, HDPostSingleResultData) }; }