From d68604c1c187cae4c5a8053e5be8ecee366af79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 11 Dec 2015 19:16:31 +0100 Subject: [PATCH] removed no longer needed attribute --- YACReader/goto_flow_widget.cpp | 1 - YACReader/goto_flow_widget.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/YACReader/goto_flow_widget.cpp b/YACReader/goto_flow_widget.cpp index 6d42eba7..5441b662 100644 --- a/YACReader/goto_flow_widget.cpp +++ b/YACReader/goto_flow_widget.cpp @@ -28,7 +28,6 @@ GoToFlowWidget::GoToFlowWidget(QWidget * parent) } GoToFlowWidget::~GoToFlowWidget() { - delete topBar; delete toolBar; delete mainLayout; } diff --git a/YACReader/goto_flow_widget.h b/YACReader/goto_flow_widget.h index e4f42b2c..c7afbbef 100644 --- a/YACReader/goto_flow_widget.h +++ b/YACReader/goto_flow_widget.h @@ -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);