mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Formatting: Icon names, headers, Doxygen
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
/* Copyright (C) 2013
|
||||
* Swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of Swift Project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#ifndef BLACKMISC_STATUSMESSAGE_H
|
||||
#define BLACKMISC_STATUSMESSAGE_H
|
||||
|
||||
//! \file
|
||||
|
||||
#include "valueobject.h"
|
||||
#include <QDateTime>
|
||||
|
||||
@@ -8,14 +19,12 @@ namespace BlackMisc
|
||||
{
|
||||
|
||||
/*!
|
||||
* \brief Streamable status message, e.g. from Core -> GUI
|
||||
* Streamable status message, e.g. from Core -> GUI
|
||||
*/
|
||||
class CStatusMessage : public CValueObject
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Status types
|
||||
*/
|
||||
//! Status types
|
||||
enum StatusType
|
||||
{
|
||||
TypeUnknown, // not set
|
||||
|
||||
Reference in New Issue
Block a user