Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
void MainWindow::openURLs(QStringList &files)
157
{
158
urlsToOpen = files;
159
QTimer::singleShot(100, this, SLOT(openURLs()));
160
}
161
162
void MainWindow::openURLs()
163
{
Callers
1
eventFilter
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected