~neon/project-neon/libmm-qt

« back to all changes in this revision

Viewing changes to interface.h

  • Committer: Jan Grulich
  • Date: 2013-10-06 11:42:12 UTC
  • Revision ID: git-v1:6b330d21e12353005970209902f3e02b2786e265
Rename files to mach classes and dbus interfaces

Update README a little bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    typedef QSharedPointer<Interface> Ptr;
46
46
    typedef QList<Ptr> List;
47
47
 
48
 
    explicit Interface( const QString &path, QObject *parent = 0 );
49
 
    Interface( InterfacePrivate &dd, QObject *parent = 0);
 
48
    explicit Interface(const QString &path, QObject *parent = 0);
 
49
    Interface(InterfacePrivate &dd, QObject *parent = 0);
50
50
    virtual ~Interface();
51
51
 
52
52
    QString uni() const;