MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setRouteForwardButtonEnable

Method setRouteForwardButtonEnable

ElaWidgetTools/ElaAppBar.cpp:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void ElaAppBar::setRouteForwardButtonEnable(bool isEnable)
382{
383 Q_D(ElaAppBar);
384 d->_routeForwardButton->setEnabled(isEnable);
385}
386
387#ifdef Q_OS_WIN
388#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected