mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Formatting, typos
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f87a06f6d2
commit
eeaed099f0
@@ -9,8 +9,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef TICKLABEL_H
|
||||
#define TICKLABEL_H
|
||||
#ifndef BLACKGUI_TICKLABEL_H
|
||||
#define BLACKGUI_TICKLABEL_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/icons.h"
|
||||
@@ -30,7 +30,6 @@ namespace BlackGui
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
explicit CTickLabel(QWidget *parent = nullptr);
|
||||
|
||||
@@ -57,11 +56,9 @@ namespace BlackGui
|
||||
QPixmap m_pixmapTicked = BlackMisc::CIcons::tick16();
|
||||
QPixmap m_pixmapUnticked = BlackMisc::CIcons::cross16();
|
||||
|
||||
//! Set the label according to \sa
|
||||
//! Set the label
|
||||
void setLabel();
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user