~ubuntu-branches/ubuntu/jaunty/plasma-widget-network-manager/jaunty-updates

« back to all changes in this revision

Viewing changes to libs/storage/settings/gsm.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-02-10 16:33:42 UTC
  • Revision ID: james.westby@ubuntu.com-20090210163342-y22tcldf0fuyqqm9
Tags: upstream-0.0+svn924363
ImportĀ upstreamĀ versionĀ 0.0+svn924363

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file is generated by kconfig_compiler from gsm.kcfg.
 
2
// All changes you do to this file will be lost.
 
3
 
 
4
#include "gsm.h"
 
5
 
 
6
using namespace Knm;
 
7
 
 
8
GsmSetting::GsmSetting() : Setting(Setting::Gsm)
 
9
{
 
10
}
 
11
 
 
12
GsmSetting::~GsmSetting()
 
13
{
 
14
}
 
15
 
 
16
QString GsmSetting::name() const
 
17
{
 
18
  return QLatin1String("gsm");
 
19
}
 
20
bool GsmSetting::hasSecrets() const
 
21
{
 
22
  return true;
 
23
}