mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Add an option to automatically reload the source file if it's changed.
This commit is contained in:
@@ -314,6 +314,16 @@ QString SeerConfigDialog::externalEditorCommand () const {
|
||||
return _editorConfigPage->externalEditorCommand();
|
||||
}
|
||||
|
||||
void SeerConfigDialog::setEditorAutoSourceReload (bool flag) {
|
||||
|
||||
_editorConfigPage->setAutoSourceReload(flag);
|
||||
}
|
||||
|
||||
bool SeerConfigDialog::editorAutoSourceReload () const {
|
||||
|
||||
return _editorConfigPage->autoSourceReload();
|
||||
}
|
||||
|
||||
void SeerConfigDialog::setSourceAlternateDirectories (const QStringList& alternateDirectories) {
|
||||
|
||||
_sourceConfigPage->setAlternateDirectories(alternateDirectories);
|
||||
|
||||
Reference in New Issue
Block a user