#855, formatting

This commit is contained in:
Klaus Basan
2017-01-06 20:39:11 +01:00
committed by Mathew Sutcliffe
parent 7f21dae378
commit 78c55170d6
3 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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