2
* Copyright (C) 2010-2011 David Edmundson.
3
* Author: David Edmundson <kde@davidedmundson.co.uk>
5
* This library is free software; you can redistribute it and/or modify it under
6
* the terms of the GNU Lesser General Public License as published by the Free
7
* Software Foundation; either version 3 of the License, or (at your option) any
8
* later version. See http://www.gnu.org/copyleft/lgpl.html the full text of the
12
#ifndef QLIGHTDM_LANGUAGE_H
13
#define QLIGHTDM_LANGUAGE_H
17
class LanguagePrivate;
23
Language(QString &code, QString &name, QString &territory);
25
Language(const Language& other);
26
Language &operator=(const Language& other);
30
QString territory() const;
36
#endif // QLIGHTDM_LANGUAGE_H