mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
CListModelBase and CViewBase: reduce the number of template parameters
by relying on what can easily be deduced from the first parameter(s).
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackGui
|
||||
{
|
||||
//! Aircraft ICAO codes view
|
||||
class BLACKGUI_EXPORT CAircraftIcaoCodeView :
|
||||
public CViewWithDbObjects<Models::CAircraftIcaoCodeListModel, BlackMisc::Aviation::CAircraftIcaoCodeList, BlackMisc::Aviation::CAircraftIcaoCode, int>
|
||||
public CViewWithDbObjects<Models::CAircraftIcaoCodeListModel>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user