MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / handleStartFiles

Method handleStartFiles

Telegram/SourceFiles/mainwindow.cpp:773–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773void MainWindow::handleStartFiles(
774 QStringList interprets,
775 QStringList paths) {
776 if (controller().locked()) {
777 return;
778 }
779 Core::App().hideMediaView();
780 ui_hideSettingsAndLayer(anim::type::instant);
781 if (_main) {
782 _main->handleStartFiles(
783 std::move(interprets),
784 std::move(paths));
785 }
786}
787
788MainWindow::~MainWindow() = default;
789

Callers 1

checkStartUrlsMethod · 0.45

Calls 3

AppClass · 0.85
hideMediaViewMethod · 0.80
lockedMethod · 0.45

Tested by

no test coverage detected