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

« back to all changes in this revision

Viewing changes to libs/storage/settings/serial.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 serial.kcfg.
 
2
// All changes you do to this file will be lost.
 
3
 
 
4
#include "serial.h"
 
5
 
 
6
using namespace Knm;
 
7
 
 
8
SerialSetting::SerialSetting() : Setting(Setting::Serial)
 
9
{
 
10
}
 
11
 
 
12
SerialSetting::~SerialSetting()
 
13
{
 
14
}
 
15
 
 
16
QString SerialSetting::name() const
 
17
{
 
18
  return QLatin1String("serial");
 
19
}
 
20
bool SerialSetting::hasSecrets() const
 
21
{
 
22
  return false;
 
23
}