Log a critical error before aborting the app

PR #23303.
This commit is contained in:
Vladimir Golovnev
2025-09-27 20:22:38 +03:00
committed by GitHub
parent d02b01c733
commit 222d265eec
2 changed files with 6 additions and 8 deletions

View File

@@ -30,15 +30,8 @@
#include <QObject>
#include "base/exceptions.h"
#include "base/path.h"
class AsyncFileStorageError final : public RuntimeError
{
public:
using RuntimeError::RuntimeError;
};
class AsyncFileStorage final : public QObject
{
Q_OBJECT