Results 17 comments of tinybug

> 只需要随便打开个人聊天,然后输入比如“开心”,然后会自动跳出表情包推荐(没跳出的话翻翻你的表情包名称随便找个)。再把字删掉,黑方块就没了。 真是个人才啊 哈哈

@soulofc 你这个栗子好极端,我喜欢这片土地和这片土地上的人,如果这种事情发生在我身上我会去找那个权贵拼命,而不是去讨厌中国这个国家。

https://github.com/Bringer-of-Light/Qt-Nice-Frameless-Window/blob/3002bf536e09a8fe01bbb03e441dde2d7ff4883a/framelesswindow/framelesswindow.cpp#L109 把这个if注释掉就好了,不知道为啥要减一,不减就不会黑了

宣传是个问题啊,想想其实到大街发传单可能比这个插件的效果好,真是伤脑筋啊

@dq19871123 这个牵涉的利益略多,壳牌浏览器们敢不敢加或者会不会加是个问题

in widget.h add changeEvent to public slots ```cpp public slots: virtual void changeEvent(QEvent * event) ``` in widget.cpp add follow code: ```cpp void Widget::changeEvent( QEvent* e ) { #ifdef __APPLE__...

you can delete node_module, change pomelo version to the same global version in package.json, and then reinsall

@manast I think if there is a feature that can emit global custom event could be better. Like this: ``` queue.pubCustomMsg('kill ' + job.id) // in the worker queue.on('custommsg', (msg)...