mirror of
https://github.com/overte-org/overte.git
synced 2025-06-22 00:00:18 +02:00
remove crash event definition for now
This commit is contained in:
parent
40dfcb1e6e
commit
ecc697dbe1
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ class ClosureEventSender : public QObject, public Dependency {
|
||||||
SINGLETON_DEPENDENCY
|
SINGLETON_DEPENDENCY
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void sendCrashEventSync();
|
|
||||||
|
|
||||||
bool hasTimedOutQuitEvent();
|
bool hasTimedOutQuitEvent();
|
||||||
bool hasFinishedQuitEvent() { return _hasFinishedQuitEvent; }
|
bool hasFinishedQuitEvent() { return _hasFinishedQuitEvent; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue