MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / restore

Method restore

src/filedialogmemory.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void FileDialogMemory::restore(const Settings& s)
32{
33 g_Cache = s.paths().recent();
34}
35
36QString FileDialogMemory::getOpenFileName(const QString& dirID, QWidget* parent,
37 const QString& caption, const QString& dir,

Callers 3

paintIconsMethod · 0.45
paintBackgroundFunction · 0.45
paintMethod · 0.45

Calls 1

recentMethod · 0.80

Tested by

no test coverage detected