removed no longer needed attribute

This commit is contained in:
Luis Ángel San Martín 2015-12-11 19:16:31 +01:00
parent e3cf09f402
commit d68604c1c1
2 changed files with 0 additions and 3 deletions

View File

@ -28,7 +28,6 @@ GoToFlowWidget::GoToFlowWidget(QWidget * parent)
}
GoToFlowWidget::~GoToFlowWidget() {
delete topBar;
delete toolBar;
delete mainLayout;
}

View File

@ -8,7 +8,6 @@
using namespace YACReader;
class QSettings;
class GoToFlowDecorationBar;
class GoToFlowToolBar;
class QVBoxLayout;
@ -17,7 +16,6 @@ class GoToFlowWidget : public QWidget
Q_OBJECT
protected:
QVBoxLayout * mainLayout;
GoToFlowDecorationBar * topBar;
GoToFlowToolBar * toolBar;
public:
GoToFlowWidget(QWidget * paret = 0);