加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
termination.hh 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
Abs62 提交于 2018-05-22 17:37 . Little refactoring for log messages to file
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef TERMINATION_HH
#define TERMINATION_HH
#include <QFile>
extern QFile * logFilePtr;
// Installs the termination handler which attempts to pop Qt's dialog showing
// the exception and backtrace, and then aborts.
void installTerminationHandler();
#endif // TERMINATION_HH
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化