MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / importIcoFile

Method importIcoFile

src/mainwindowimpl.cpp:314–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void MainWindowImpl::importIcoFile()
315{
316 QString path = IniSettings::latestOpenedDir();
317
318 QString fileName = QFileDialog::getOpenFileName(this,
319 tr("Open Icon file"), path, tr("Microsoft icon (*.ico *.icon)"));
320
321 if (!fileName.isEmpty())
322 openMultipageFile(fileName);
323}
324
325void MainWindowImpl::importPdfFile()
326{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected