// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1 #include "gui/views/viewtimestampobjects.h" #include #include "gui/models/aircraftpartslistmodel.h" #include "gui/models/aircraftsituationchangelistmodel.h" #include "gui/models/aircraftsituationlistmodel.h" using namespace swift::misc; using namespace swift::misc::aviation; using namespace swift::gui; using namespace swift::gui::models; namespace swift::gui::views { template void CViewWithTimestampWithOffsetObjects::push_frontKeepLatestAdjustedFirst(const ObjectType &object, int max) { this->derivedModel()->push_frontKeepLatestAdjustedFirst(object, max); } template CViewWithTimestampWithOffsetObjects::CViewWithTimestampWithOffsetObjects(QWidget *parent) : CViewBase(parent) { // void } template class CViewWithTimestampWithOffsetObjects; template class CViewWithTimestampWithOffsetObjects; template class CViewWithTimestampWithOffsetObjects; } // namespace swift::gui::views