mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
#855, formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7f21dae378
commit
78c55170d6
@@ -15,7 +15,6 @@
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
namespace BlackGui { namespace Views { class CViewBaseNonTemplate; }}
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Hand over indication task to an embedded view
|
||||
@@ -25,7 +24,7 @@ namespace BlackGui
|
||||
//! Enable loading indicator
|
||||
void enableLoadIndicator(bool enable);
|
||||
|
||||
//! Showing load indicator
|
||||
//! Showing load indicator?
|
||||
bool isShowingLoadIndicator() const;
|
||||
|
||||
//! Show loading indicator
|
||||
|
||||
@@ -107,7 +107,7 @@ namespace BlackGui
|
||||
//! \copydoc QWidget::paintEvent
|
||||
virtual void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
//! Is parent widget visible
|
||||
//! Is parent widget visible?
|
||||
bool isParentVisible() const;
|
||||
|
||||
private:
|
||||
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
CSwiftData(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CSwiftData();
|
||||
virtual ~CSwiftData();
|
||||
|
||||
protected:
|
||||
//! \name QMainWindow events
|
||||
|
||||
Reference in New Issue
Block a user