Diffusion Krita f388dc51266e

- _changedFile slot removed from DocumentController - fileWatcher is a read…

Authored by eliakinalmeida on Aug 20 2018, 6:36 PM.

Description

  • _changedFile slot removed from DocumentController - fileWatcher is a read-only property now - Actions and Widgets that have access to the core can register to the fileWatcher signals (please check QFileSystemWatcher docs for more details) - FileChangedAction implemented to watch the file being editted into the scripter - FileChangedAction is an action without any parent widgets and triggered by fileChanged signal from the DocumentController's file watcher - FileChangedAction has a QMessageBox with three options: Reload, Overwrite and Ignore.

Details