,m_b(newHistoryAction(QIcon::fromTheme(QStringLiteral("go-previous")),i18nc("Go to the last path viewed","Back"),ac))
,m_f(newHistoryAction(QIcon::fromTheme(QStringLiteral("go-next")),i18nc("Go to forward in the history of paths viewed","Forward"),ac))
,m_b(newHistoryAction(QIcon::fromTheme(QGuiApplication::layoutDirection()==Qt::LeftToRight?QStringLiteral("go-previous"):QStringLiteral("go-previous-symbolic-rtl")),i18nc("Go to the last path viewed","Back"),ac))
,m_f(newHistoryAction(QIcon::fromTheme(QGuiApplication::layoutDirection()==Qt::LeftToRight?QStringLiteral("go-next"):QStringLiteral("go-next-symbolic-rtl")),i18nc("Go to forward in the history of paths viewed","Forward"),ac))