~ubuntu-branches/ubuntu/precise/kde-runtime/precise

« back to all changes in this revision

Viewing changes to kioslave/network/network/netdevice_p.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Rodrigo Belem, Rohan Garg, Felix Geyer, Michał Zając, Jonathan Kolberg
  • Date: 2011-09-08 21:27:15 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20110908212715-vh778y0oibwquk0d
Tags: 4:4.7.1-0ubuntu1
[ Rodrigo Belem ]
* Add the patches kubuntu-mobile-10-fix-the-signal-signature.patch and
  kubuntu-mobile-09-Add-title-to-activity-resources.patch needed by the
  latest plasma-active snapshot.

[ Rohan Garg ]
* New upstream release

[ Felix Geyer ]
* Fix kde-runtime and kde-runtime-data install files to not install
  plasma-active stuff.

[ Michał Zając ]
* Fixed issue with wrong patches being applied when calling dh_auto_install
  and debug info stripping issues

[ Jonathan Kolberg ]
* Update that should fix the installabilty of kde-runtime-active

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    const QString& hostAddress() const;
49
49
    NetDevice::Type type() const;
50
50
    const QList<NetService>& serviceList() const;
 
51
    bool hasService( const QString& serviceName ) const;
51
52
 
52
53
  public:
53
54
    void setName( const QString& name );