khtml_html_htmlparser_h_patch.txt
来自「将konqueror浏览器移植到ARM9 2410中」· 文本 代码 · 共 21 行
TXT
21 行
--- ../../kdelibs/khtml/html/htmlparser.h Sun Jun 10 04:48:35 2001+++ ./kdesrc/khtml/html/htmlparser.h Sun Oct 7 12:10:37 2001@@ -86,7 +86,7 @@ public: bool parsingBody() const { return inBody; } bool skipMode() const { return (discard_until != 0); }- bool noSpaces() const { return (!_inline || !inBody); }+ bool noSpaces() const { return (!m_inline || !inBody); } bool selectMode() const { return inSelect; } DOM::HTMLDocumentImpl *doc() const { return static_cast<DOM::HTMLDocumentImpl *>(document->document()); }@@ -157,7 +157,7 @@ protected: // needed for broken HTML as: <center><frameset>... as the center element creates an implicit body bool noRealBody; bool haveFrameSet;- bool _inline;+ bool m_inline; bool end; bool flat; bool haveKonqBlock;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?