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

Method loadPreview

src/mainwindowimpl.cpp:1031–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029}
1030
1031void MainWindowImpl::loadPreview(QString fileName)
1032{
1033 labelPreview->loadPreview(fileName, checkShowPreview->isChecked());
1034}
1035
1036void MainWindowImpl::showImageInformations(int orig_w, int orig_h, double orig_dens_x, double orig_dens_y)
1037{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected