MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setAutosaveEnabled

Method setAutosaveEnabled

ImagePlay/include/MainWindow.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 QString processIconPath (QString processID);
120 void setProcessIconPath (QString path) { _processIconPath = path; }
121 void setAutosaveEnabled (bool enabled) { _autosaveEnabled = enabled; }
122 bool autosaveEnabled () { return _autosaveEnabled; }
123 void setLogFileEnabled (bool enabled) { _logFileEnabled = enabled; }
124 bool logFileEnabled () { return _logFileEnabled; }

Callers 1

on_buttonBox_acceptedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected