#2829 Add overall handling of std::bad_alloc exception with a message box. Now the user can know what is happening, and possibly save his work. On linux this will only work sometimes unless sysctl vm.overcommit_memory = 2

This commit is contained in:
Jacob Støren
2018-05-03 09:53:54 +02:00
parent 92fd4183a9
commit 2f80e99abc
3 changed files with 52 additions and 1 deletions

View File

@@ -216,6 +216,8 @@ private:
friend RiaArgumentParser;
void setHelpText(const QString& helpText);
virtual bool notify(QObject *, QEvent *) override;
private slots:
void slotWorkerProcessFinished(int exitCode, QProcess::ExitStatus exitStatus);