mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
removed no longer needed attribute
This commit is contained in:
parent
e3cf09f402
commit
d68604c1c1
@ -28,7 +28,6 @@ GoToFlowWidget::GoToFlowWidget(QWidget * parent)
|
|||||||
}
|
}
|
||||||
|
|
||||||
GoToFlowWidget::~GoToFlowWidget() {
|
GoToFlowWidget::~GoToFlowWidget() {
|
||||||
delete topBar;
|
|
||||||
delete toolBar;
|
delete toolBar;
|
||||||
delete mainLayout;
|
delete mainLayout;
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
using namespace YACReader;
|
using namespace YACReader;
|
||||||
|
|
||||||
class QSettings;
|
class QSettings;
|
||||||
class GoToFlowDecorationBar;
|
|
||||||
class GoToFlowToolBar;
|
class GoToFlowToolBar;
|
||||||
class QVBoxLayout;
|
class QVBoxLayout;
|
||||||
|
|
||||||
@ -17,7 +16,6 @@ class GoToFlowWidget : public QWidget
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
protected:
|
protected:
|
||||||
QVBoxLayout * mainLayout;
|
QVBoxLayout * mainLayout;
|
||||||
GoToFlowDecorationBar * topBar;
|
|
||||||
GoToFlowToolBar * toolBar;
|
GoToFlowToolBar * toolBar;
|
||||||
public:
|
public:
|
||||||
GoToFlowWidget(QWidget * paret = 0);
|
GoToFlowWidget(QWidget * paret = 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user