~david.edmundson/lightdm/user-model-guest

« back to all changes in this revision

Viewing changes to liblightdm-qt/system.cpp

  • Committer: Robert Ancell
  • Date: 2011-11-30 02:39:56 UTC
  • mfrom: (1297.1.22 qt_fixes)
  • Revision ID: robert.ancell@canonical.com-20111130023956-q38w9po60nlo4lao
Merge in liblightdm-qt-2 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 * license.
11
11
 */
12
12
 
 
13
#include "QLightDM/system.h"
 
14
 
13
15
#include <QtNetwork/QHostInfo>
14
16
 
15
 
#include "QLightDM/System"
 
17
using namespace QLightDM;
16
18
 
17
 
QString QLightDM::hostname()
 
19
QString System::hostname()
18
20
{
19
21
    return QHostInfo::localHostName();
20
22
}