13 Star 39 Fork 6

zjzdy / Offline-small-search

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
capcustomevent.cpp 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
zjzdy 提交于 2015-12-24 13:26 . v1.8.1.15.12
#include "capcustomevent.h"
QEvent::Type capCustomEvent::m_evType = (QEvent::Type)QEvent::None;
capCustomEvent::capCustomEvent(int arg1, const QString &arg2)
: QEvent(eventType()), m_arg1(arg1), m_arg2(arg2)
{}
capCustomEvent::~capCustomEvent()
{
}
QEvent::Type capCustomEvent::eventType()
{
if(m_evType == QEvent::None)
{
m_evType = (QEvent::Type)registerEventType();
}
return m_evType;
}
C++
1
https://gitee.com/zjzdy/Offline-small-search.git
git@gitee.com:zjzdy/Offline-small-search.git
zjzdy
Offline-small-search
Offline-small-search
master

搜索帮助