mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
kconfig: qconf: remove toolBar from ConfigMainWindow members
This pointer is only used in the ConfigMainWindow constructor. Drop it from the private members. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
93ebaacdc5
commit
2afb3e2682
2 changed files with 1 additions and 2 deletions
|
@ -1432,7 +1432,7 @@ ConfigMainWindow::ConfigMainWindow(void)
|
|||
setTabOrder(configList, helpText);
|
||||
configList->setFocus();
|
||||
|
||||
toolBar = new QToolBar("Tools", this);
|
||||
QToolBar *toolBar = new QToolBar("Tools", this);
|
||||
addToolBar(toolBar);
|
||||
|
||||
backAction = new QAction(QPixmap(xpm_back), "Back", this);
|
||||
|
|
|
@ -326,7 +326,6 @@ protected:
|
|||
ConfigView *configView;
|
||||
ConfigList *configList;
|
||||
ConfigInfoView *helpText;
|
||||
QToolBar *toolBar;
|
||||
QAction *backAction;
|
||||
QAction *singleViewAction;
|
||||
QAction *splitViewAction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue