1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00

Remove unused m_showToolTips variable

This commit is contained in:
Alexander Lohnau 2023-12-26 17:11:10 +01:00
parent 18ff684290
commit 9a2fc1526c
2 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@
#include "generalviewsettingspage.h" #include "generalviewsettingspage.h"
#include "dolphin_generalsettings.h" #include "dolphin_generalsettings.h"
#include "dolphinmainwindow.h"
#include "views/viewproperties.h" #include "views/viewproperties.h"
#include <KLocalizedString> #include <KLocalizedString>
@ -21,7 +20,6 @@ GeneralViewSettingsPage::GeneralViewSettingsPage(const QUrl &url, QWidget *paren
, m_url(url) , m_url(url)
, m_localViewProps(nullptr) , m_localViewProps(nullptr)
, m_globalViewProps(nullptr) , m_globalViewProps(nullptr)
, m_showToolTips(nullptr)
, m_showSelectionToggle(nullptr) , m_showSelectionToggle(nullptr)
, m_renameInline(nullptr) , m_renameInline(nullptr)
{ {

View File

@ -39,7 +39,6 @@ private:
QUrl m_url; QUrl m_url;
QRadioButton *m_localViewProps; QRadioButton *m_localViewProps;
QRadioButton *m_globalViewProps; QRadioButton *m_globalViewProps;
QCheckBox *m_showToolTips;
QLabel *m_configureToolTips; QLabel *m_configureToolTips;
QCheckBox *m_showSelectionToggle; QCheckBox *m_showSelectionToggle;
QCheckBox *m_renameInline; QCheckBox *m_renameInline;