mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Views guard name and style
This commit is contained in:
committed by
Mat Sutcliffe
parent
af445b33e9
commit
13b9179472
@@ -9,18 +9,15 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_CLIENTVIEW_H
|
||||
#define BLACKGUI_CLIENTVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_CLIENTVIEW_H
|
||||
#define BLACKGUI_VIEWS_CLIENTVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/clientlistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackmisc/network/clientlist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { namespace Network { class CClient; } }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
|
||||
Reference in New Issue
Block a user