KIO
Go to the documentation of this file.
30 m_stack.push(bkGroup);
52 if (!m_stack.isEmpty()) {
61 kWarning() <<
"m_stack is empty. This should not happen when importing a valid bookmarks file!";
67 if (!m_stack.isEmpty()) {
71 m_stack.push(m_list.last());
73 QDomElement element = m_list.last().internalElement();
74 element.setAttribute(
"netscapeinfo", additionalInfo);
75 element.setAttribute(
"folded", (open?
"no":
"yes"));
78 kWarning() <<
"m_stack is empty. This should not happen when importing a valid bookmarks file!";
82 if (!m_stack.isEmpty())
83 m_stack.top().createNewSeparator();
85 kWarning() <<
"m_stack is empty. This should not happen when importing a valid bookmarks file!";
89 if (!m_stack.isEmpty())
92 kWarning() <<
"m_stack is empty. This should not happen when importing a valid bookmarks file!";
95 #include "kbookmarkdombuilder.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:27:31 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.