mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Formatting
This commit is contained in:
@@ -12,19 +12,18 @@
|
||||
#ifndef BLACKGUI_VIEWS_COUNTRYVIEW_H
|
||||
#define BLACKGUI_VIEWS_COUNTRYVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/countrylistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackgui/models/countrylistmodel.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/countrylist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { class CCountry; }
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
{
|
||||
//! Distributors
|
||||
//! Countries
|
||||
class BLACKGUI_EXPORT CCountryView : public CViewBase<Models::CCountryListModel, BlackMisc::CCountryList, BlackMisc::CCountry>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user