mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
removed no longer needed attribute
This commit is contained in:
@ -28,7 +28,6 @@ GoToFlowWidget::GoToFlowWidget(QWidget * parent)
|
||||
}
|
||||
|
||||
GoToFlowWidget::~GoToFlowWidget() {
|
||||
delete topBar;
|
||||
delete toolBar;
|
||||
delete mainLayout;
|
||||
}
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user