~ubuntu-branches/ubuntu/precise/networkmanagement/precise-updates

« back to all changes in this revision

Viewing changes to libs/internals/settings/bluetooth.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Modestas Vainius, Michael Biebl
  • Date: 2011-05-27 12:18:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110527121825-vfufwquq3vy0k3zn
Tags: 0.1+git20110526.911025d-1
[ Modestas Vainius ]
* Use official KDE branding in the package descriptions.

[ Michael Biebl ]
* New upstream Git snapshot 911025d81fdfbe09b64705e94e5411f521c38e3e.
* debian/control
  - Bump Build-Depends on kdelibs5-dev and kdebase-workspace-dev to
    (>= 4:4.6.0).
  - Bump Build-Depends on network-manager-dev and libnm-util-dev to
    (>= 0.8.1).
  - Bump Depends on network-manager to (>= 0.8.1).

Show diffs side-by-side

added added

removed removed

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