~unity-api-team/keeper/devel

« back to all changes in this revision

Viewing changes to include/helper/helper.h

  • Committer: Tarmac
  • Author(s): Xavi Garcia Mena
  • Date: 2016-09-15 16:51:35 UTC
  • mfrom: (109.1.1 keeper-now-ok)
  • Revision ID: tarmac-20160915165135-m1wohh5ggtfuh6q9
Initial landing branch for keeper.

Approved by Xavi Garcia, unity-api-1-bot.

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 = 1000;
 
67
    static constexpr int MAX_UAL_WAIT_TIME = 5000;
68
68
 
69
69
Q_SIGNALS:
70
70
    void state_changed(Helper::State);