MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / addPath

Method addPath

launcher/PSaveFile.h:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59 private:
60 void addPath(const QString& path)
61 {
62 m_absoluteFilePath = QFileInfo(path).absoluteFilePath() + "."; // add dot for tmp files only
63 if (auto app = APPLICATION_DYN) {
64 app->addQSavePath(m_absoluteFilePath);
65 }
66 }
67 QString m_absoluteFilePath;
68};
69#else

Callers 14

~WatchLockMethod · 0.80
InstanceListMethod · 0.80
TranslationsModelMethod · 0.80
dataFunction · 0.80
fileChangedFunction · 0.80
updateFSObserverMethod · 0.80
dropEventMethod · 0.80
addDownloadFolderMethod · 0.80
watchPathMethod · 0.80
directoryChangedMethod · 0.80
startWatchingMethod · 0.80

Calls 2

QFileInfoClass · 0.85
addQSavePathMethod · 0.80

Tested by

no test coverage detected