~faenil/ubuntu-ui-toolkit/flickableBasedScrollView

« back to all changes in this revision

Viewing changes to src/Ubuntu/Test/plugin/uctestcase.h

  • Committer: Andrea Bernabei
  • Date: 2015-11-25 11:50:10 UTC
  • mfrom: (1681.2.44 staging)
  • Revision ID: andrea.bernabei@canonical.com-20151125115010-vpxkm2lze1hav9q9
mergeĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
{
29
29
    Q_OBJECT
30
30
public:
31
 
    UbuntuTestCase(const QString& file, bool assertOnFailure = true, QWindow* parent = 0);
 
31
    UbuntuTestCase(const QString& file, ResizeMode resize = SizeViewToRootObject, bool assertOnFailure = true, QWindow* parent = 0);
32
32
    int warnings() const;
33
33
    // getter
34
34
    template<class T>