mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[libcalamares] Put GeoIP in namespace
- Use consistent include-guard style - Put things in namespace CalamaresUtils
This commit is contained in:
parent
ce909f00cc
commit
73a5e7dd62
9 changed files with 46 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue