MCPcopy Create free account
hub / github.com/chris2511/xca / openURLs

Method openURLs

widgets/MainWindow.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void MainWindow::openURLs(QStringList &files)
157{
158 urlsToOpen = files;
159 QTimer::singleShot(100, this, SLOT(openURLs()));
160}
161
162void MainWindow::openURLs()
163{

Callers 1

eventFilterMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected