Add an entry to the recent files list for unsaved/temp recovery script

This commit is contained in:
baldurk
2026-08-13 17:46:45 +01:00
parent 434cb575a4
commit e6cd4d2e98
4 changed files with 51 additions and 4 deletions
@@ -122,6 +122,8 @@ public:
QString tryFunctionCompletion(int line, QString expr);
QString typenameForLoc(int line, int col);
QString GetTempFilename(QString filename);
void FlushOutput() { outputTick(); }
void abort() { m_Abort = true; }