1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Revert "Remove unused m_showToolTips variable"

This reverts commit 9a2fc1526c.
This commit is contained in:
Albert Astals Cid 2023-12-27 11:51:35 +01:00
parent 792a92befe
commit f22530d446
2 changed files with 3 additions and 0 deletions

View File

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

View File

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