~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-landing-094

« back to all changes in this revision

Viewing changes to tests/unit/swipearea/GestureTest.cpp

  • Committer: Zsombor Egri
  • Date: 2016-07-06 11:27:11 UTC
  • mto: (1000.991.6 fixFwHeaders)
  • mto: This revision was merged to the branch mainline in revision 1342.
  • Revision ID: zsombor.egri@canonical.com-20160706112711-u42itw3zw36xfy8o
remove UGestures fw-headers, move all classes to private

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <QQuickView>
25
25
#include <QtTest>
26
26
 
27
 
#include <UbuntuGestures/Timer>
28
 
#include <UbuntuGestures/TouchRegistry>
 
27
#include <UbuntuGestures/private/timer_p.h>
 
28
#include <UbuntuGestures/private/touchregistry_p.h>
29
29
 
30
30
UG_USE_NAMESPACE
31
31