Minor fixes, formatting, static const

This commit is contained in:
Klaus Basan
2017-10-24 12:21:32 +02:00
parent e25a3bdc93
commit 5612033924
8 changed files with 122 additions and 123 deletions

View File

@@ -24,7 +24,6 @@ class QPixmap;
class QWidget;
namespace Ui { class CDataInfoAreaComponent; }
namespace BlackGui
{
namespace Components
@@ -62,7 +61,7 @@ namespace BlackGui
explicit CDataInfoAreaComponent(QWidget *parent = nullptr);
//! Destructor
~CDataInfoAreaComponent();
virtual ~CDataInfoAreaComponent();
//! DB model component
CDbModelComponent *getModelComponent() const;
@@ -105,7 +104,6 @@ namespace BlackGui
private:
QScopedPointer <Ui::CDataInfoAreaComponent> ui;
};
} // ns
} // ns