mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[libcalamares] One more nested namespace
This commit is contained in:
parent
0b0fb93e75
commit
d048975f15
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,9 @@
|
|||
#include <QNetworkReply>
|
||||
#include <QtXml/QDomDocument>
|
||||
|
||||
namespace CalamaresUtils::GeoIP
|
||||
namespace CalamaresUtils
|
||||
{
|
||||
namespace GeoIP
|
||||
{
|
||||
|
||||
GeoIPXML::GeoIPXML( const QString& element )
|
||||
|
@ -87,4 +89,5 @@ GeoIPXML::processReply( const QByteArray& data )
|
|||
return RegionZonePair();
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue