add: added _BOMB_

This commit is contained in:
QwQ 2020-08-08 15:08:28 +08:00
parent 72ce4ed7d5
commit 35460669b6
No known key found for this signature in database
GPG Key ID: E7FAEFAFCD031D4B
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
5878
5879

View File

@ -45,7 +45,9 @@ class _qv2ray_global_config_impl_details
// Base folder suffix.
#ifdef QT_DEBUG
#define QV2RAY_CONFIG_DIR_SUFFIX "_debug/"
#define _BOMB_ (static_cast<QObject *>(nullptr)->event(nullptr))
#else
#define _BOMB_
#define QV2RAY_CONFIG_DIR_SUFFIX "/"
#endif