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 <QtNetwork/QHostInfo>
15
#include "QLightDM/System"
17
QString QLightDM::hostname()
19
return QHostInfo::localHostName();