~xavi-garcia-mena/keeper/mcloud-provided-crash-test

« back to all changes in this revision

Viewing changes to tests/unit/helper/fake-helper.h

  • Committer: Charles Kerr
  • Author(s): Xavi Garcia Mena
  • Date: 2016-08-19 16:04:02 UTC
  • mfrom: (91.2.2 keeper)
  • Revision ID: charles.kerr@canonical.com-20160819160402-a9wcs57itbsovwiq
mergeĀ lp:~xavi-garcia-mena/keeper/ual-moved-to-helper-class

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
public:
29
29
 
30
 
    TestHelper(clock_func const & clock = default_clock, QObject *parent = nullptr): Helper{clock, parent} {}
 
30
    TestHelper(QString const & appid = QString(), clock_func const & clock = default_clock, QObject *parent = nullptr): Helper{appid, clock, parent} {}
31
31
 
32
32
    ~TestHelper() =default;
33
33