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"
|
#include "blackgui/blackguiexport.h"
|
||||||
|
|
||||||
namespace BlackGui { namespace Views { class CViewBaseNonTemplate; }}
|
namespace BlackGui { namespace Views { class CViewBaseNonTemplate; }}
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
{
|
{
|
||||||
//! Hand over indication task to an embedded view
|
//! Hand over indication task to an embedded view
|
||||||
@@ -25,7 +24,7 @@ namespace BlackGui
|
|||||||
//! Enable loading indicator
|
//! Enable loading indicator
|
||||||
void enableLoadIndicator(bool enable);
|
void enableLoadIndicator(bool enable);
|
||||||
|
|
||||||
//! Showing load indicator
|
//! Showing load indicator?
|
||||||
bool isShowingLoadIndicator() const;
|
bool isShowingLoadIndicator() const;
|
||||||
|
|
||||||
//! Show loading indicator
|
//! Show loading indicator
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ namespace BlackGui
|
|||||||
//! \copydoc QWidget::paintEvent
|
//! \copydoc QWidget::paintEvent
|
||||||
virtual void paintEvent(QPaintEvent *event) override;
|
virtual void paintEvent(QPaintEvent *event) override;
|
||||||
|
|
||||||
//! Is parent widget visible
|
//! Is parent widget visible?
|
||||||
bool isParentVisible() const;
|
bool isParentVisible() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ public:
|
|||||||
CSwiftData(QWidget *parent = nullptr);
|
CSwiftData(QWidget *parent = nullptr);
|
||||||
|
|
||||||
//! Destructor
|
//! Destructor
|
||||||
~CSwiftData();
|
virtual ~CSwiftData();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! \name QMainWindow events
|
//! \name QMainWindow events
|
||||||
|
|||||||
Reference in New Issue
Block a user