~unity-api-team/keeper/devel

« back to all changes in this revision

Viewing changes to include/helper/helper.h

  • Committer: Xavi Garcia Mena
  • Date: 2016-09-15 15:29:04 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20160915152904-bh5fajl7271qjs6w
lp:~xavi-garcia-mena/keeper/wait-ual-timer-increased rolled back

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    virtual void start(QStringList const& urls);
65
65
    virtual void stop();
66
66
 
67
 
    static constexpr int MAX_UAL_WAIT_TIME = 5000;
 
67
    static constexpr int MAX_UAL_WAIT_TIME = 1000;
68
68
 
69
69
Q_SIGNALS:
70
70
    void state_changed(Helper::State);