[libcalamares] Put GeoIP in namespace

- Use consistent include-guard style
 - Put things in namespace CalamaresUtils
This commit is contained in:
Adriaan de Groot 2019-05-02 05:58:52 -04:00
parent ce909f00cc
commit 73a5e7dd62
9 changed files with 46 additions and 9 deletions

View file

@ -20,6 +20,9 @@
#include "utils/Logger.h"
namespace CalamaresUtils
{
GeoIP::GeoIP(const QString& e)
: m_element( e )
{
@ -47,3 +50,5 @@ GeoIP::splitTZString( const QString& tz )
return qMakePair( QString(), QString() );
}
} // namespace