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

« back to all changes in this revision

Viewing changes to backends/NetworkManager/nmdbussettingsconnectionprovider.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "activatableobserver.h"
25
25
#include "connectionhandler.h"
 
26
#include "connectionlist.h"
26
27
 
27
28
#include <QDBusObjectPath>
28
29
#include <QDBusPendingCallWatcher>
65
66
    void addConnection(Knm::Connection *newConnection);
66
67
    bool getConnectionSecrets(Knm::Connection *con);
67
68
    void removeConnection(const QString &uuid);
 
69
    ConnectionList * connectionList();
68
70
 
69
71
Q_SIGNALS:
70
72
    void connectionsChanged();