swift
src
gui
models
listmodelbaseweather.cpp
1
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
4
#include "listmodelbase.cpp"
5
6
namespace
swift::gui::models
7
{
8
// see here for the reason of thess forward instantiations
9
// https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl
10
template
class
CListModelBase<swift::misc::weather::CCloudLayerList, false>;
11
template
class
CListModelBase<swift::misc::weather::CWindLayerList, false>;
12
13
}
// namespace swift::gui::models
swift::gui::models
Models to be used with views, mainly QTableView.
Definition:
dbmodelworkbenchcomponent.h:32
Generated on Mon Mar 24 2025 16:42:20 for swift by
1.9.1