📄 khtml_html_htmlparser_h_patch.txt
字号:
--- ../../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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -