#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"
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

View File

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

View File

@@ -44,7 +44,7 @@ public:
CSwiftData(QWidget *parent = nullptr);
//! Destructor
~CSwiftData();
virtual ~CSwiftData();
protected:
//! \name QMainWindow events