diff options
Diffstat (limited to 'src/modules/upnp/xmlfunctions.cpp')
| -rw-r--r-- | src/modules/upnp/xmlfunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/upnp/xmlfunctions.cpp b/src/modules/upnp/xmlfunctions.cpp index b23c8235c..5d8f168cc 100644 --- a/src/modules/upnp/xmlfunctions.cpp +++ b/src/modules/upnp/xmlfunctions.cpp @@ -107,7 +107,7 @@ QString XmlFunctions::getNodeValue( const QDomNode &rootNode, const QString &pat if( rootNode.isNull() ) { qWarning() << "XmlFunctions::getNodeValue: Attempted to request '" << path << "' on null root node." << endl; - return QString::null; + return QString(); } |
