~ubuntu-branches/ubuntu/raring/signon-ui/raring

« back to all changes in this revision

Viewing changes to src/service.h

  • Committer: Ken VanDine
  • Date: 2012-04-04 19:56:19 UTC
  • mfrom: (40.2.3 trunk)
  • Revision ID: ken.vandine@canonical.com-20120404195619-27d57uzqq59ohbus
Tags: 0.3+bzr43-0precise1
releasing version 0.3+bzr43-0precise1

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    explicit Service(QObject *parent = 0);
39
39
    ~Service();
40
40
 
 
41
    void setTimeout(int timeout);
 
42
 
41
43
public Q_SLOTS:
42
44
    QVariantMap queryDialog(const QVariantMap &parameters);
43
45
    QVariantMap refreshDialog(const QVariantMap &newParameters);
44
46
    Q_NOREPLY void cancelUiRequest(const QString &requestId);
45
47
 
 
48
Q_SIGNALS:
 
49
    void idleTimeout();
 
50
 
46
51
private:
47
52
    ServicePrivate *d_ptr;
48
53
    Q_DECLARE_PRIVATE(Service)