MCPcopy Create free account
hub / github.com/c3d/tao3D / openRecentFile

Method openRecentFile

tao/window.cpp:1032–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030
1031
1032void Window::openRecentFile()
1033// ----------------------------------------------------------------------------
1034// Open a file from the recent file list
1035// ----------------------------------------------------------------------------
1036{
1037 QAction *action = qobject_cast<QAction *>(sender());
1038 if (action)
1039 open(action->data().toString());
1040}
1041
1042
1043bool Window::setStereo(bool on)

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected