Views guard name and style

This commit is contained in:
Klaus Basan
2019-02-01 20:46:09 +01:00
committed by Mat Sutcliffe
parent af445b33e9
commit 13b9179472
15 changed files with 30 additions and 73 deletions

View File

@@ -9,14 +9,14 @@
//! \file
#ifndef BLACKGUI_STATUSMESSAGEVIEW_H
#define BLACKGUI_STATUSMESSAGEVIEW_H
#ifndef BLACKGUI_VIEWS_STATUSMESSAGEVIEW_H
#define BLACKGUI_VIEWS_STATUSMESSAGEVIEW_H
#include "blackgui/blackguiexport.h"
#include "blackgui/models/statusmessagelistmodel.h"
#include "blackgui/views/viewbase.h"
#include "blackmisc/statusmessage.h"
#include "blackgui/models/statusmessagelistmodel.h"
#include "blackmisc/statusmessagelist.h"
#include "blackmisc/statusmessage.h"
#include "blackgui/blackguiexport.h"
#include <QObject>