MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / expandProtocols

Method expandProtocols

src/client/frontend/gui/mainwindowcontroller.cpp:635–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635void MainWindowController::expandProtocols(ProtocolWindowMode mode)
636{
637 if (curWindow_ == WINDOW_ID_CONNECT) {
638 protocolWindow_->setMode(mode);
639 expandWindow(protocolWindow_);
640 }
641}
642
643void MainWindowController::collapseProtocols()
644{

Calls 1

setModeMethod · 0.45

Tested by

no test coverage detected