~faenil/ubuntu-ui-toolkit/flickableBasedScrollView

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_subtheming/tst_subtheming.cpp

  • 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:
32
32
    Q_OBJECT
33
33
public:
34
34
    ThemeTestCase(const QString& file, bool assertOnFailure = true, QWindow* parent = 0)
35
 
        : UbuntuTestCase(file, assertOnFailure, parent)
 
35
        : UbuntuTestCase(file, QQuickView::SizeViewToRootObject, assertOnFailure, parent)
36
36
    {
37
37
    }
38
38