SVN commit 1145054 by jmthomas:
Compile fixes for Qt 4.7. (Can't initialize QString with an int anymore)
CCMAIL:[email protected]
M +1 -1 adblock.cpp
--- trunk/extragear/base/konq-plugins/adblock/adblock.cpp #1145053:1145054
@@ -300,7 +300,7 @@
// ----------------------------------------------------------------------------
AdElement::AdElement() :
- m_url(), m_category(), m_type(), m_blocked(false) {}
+ m_url(QString()), m_category(QString()), m_type(QString()), m_blocked(false)
{}
AdElement::AdElement(const QString &url, const QString &category,
const QString &type, bool blocked, const DOM::Node&node) :
--
konq-plugins fails to build from source in maverick
https://bugs.launchpad.net/bugs/600597
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to konq-plugins in ubuntu.
--
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs