Formatting

This commit is contained in:
Klaus Basan
2018-03-12 18:04:34 +01:00
parent 4b7237ce1b
commit 55534cbb09
12 changed files with 33 additions and 48 deletions

View File

@@ -21,5 +21,5 @@ namespace BlackGui
this->standardInit(new CCountryListModel(this));
this->setMenu(MenuDefaultDbViews);
}
}
} // namespace
} // ns
} // ns

View File

@@ -9,8 +9,8 @@
//! \file
#ifndef BLACKGUI_COUNTRYVIEW_H
#define BLACKGUI_COUNTRYVIEW_H
#ifndef BLACKGUI_VIEWS_COUNTRYVIEW_H
#define BLACKGUI_VIEWS_COUNTRYVIEW_H
#include "blackgui/blackguiexport.h"
#include "blackgui/models/countrylistmodel.h"
@@ -20,7 +20,6 @@
class QWidget;
namespace BlackMisc { class CCountry; }
namespace BlackGui
{
namespace Views
@@ -32,6 +31,6 @@ namespace BlackGui
//! Constructor
explicit CCountryView(QWidget *parent = nullptr);
};
}
}
} // ns
} // ns
#endif // guard