2
* Copyright (C) 2010-2011 David Edmundson
3
* Copyright (C) 2010-2011 Robert Ancell
4
* Author: David Edmundson <kde@davidedmundson.co.uk>
6
* This library is free software; you can redistribute it and/or modify it under
7
* the terms of the GNU Lesser General Public License as published by the Free
8
* Software Foundation; either version 3 of the License, or (at your option) any
9
* later version. See http://www.gnu.org/copyleft/lgpl.html the full text of the
13
#include "QLightDM/system.h"
17
using namespace QLightDM;
19
QString System::hostname()
21
return QString::fromLocal8Bit(lightdm_get_hostname());