[libcalamares] One more nested namespace

main
Adriaan de Groot 6 years ago
parent 0b0fb93e75
commit d048975f15

@ -23,7 +23,9 @@
#include <QNetworkReply> #include <QNetworkReply>
#include <QtXml/QDomDocument> #include <QtXml/QDomDocument>
namespace CalamaresUtils::GeoIP namespace CalamaresUtils
{
namespace GeoIP
{ {
GeoIPXML::GeoIPXML( const QString& element ) GeoIPXML::GeoIPXML( const QString& element )
@ -87,4 +89,5 @@ GeoIPXML::processReply( const QByteArray& data )
return RegionZonePair(); return RegionZonePair();
} }
}
} // namespace } // namespace

Loading…
Cancel
Save