Fix unused variable warning

This commit is contained in:
Ayushmaan jangid 2020-09-18 17:21:37 +00:00 committed by Elvis Angelaccio
parent 1d47e96913
commit bb85b6267a

View file

@ -1501,6 +1501,8 @@ void DolphinView::hideToolTip(const ToolTipManager::HideBehavior behavior)
if (GeneralSettings::showToolTips()) {
m_toolTipManager->hideToolTip(behavior);
}
#else
Q_UNUSED(behavior)
#endif
}