~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/touchregistry/tst_TouchRegistry.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:
18
18
#include <QSet>
19
19
#include <QTouchEvent>
20
20
 
21
 
#include <UbuntuGestures/Timer>
22
 
#include <UbuntuGestures/TouchOwnershipEvent>
23
 
#include <UbuntuGestures/TouchRegistry>
24
 
#include <UbuntuGestures/UnownedTouchEvent>
 
21
#include <UbuntuGestures/private/timer_p.h>
 
22
#include <UbuntuGestures/private/touchownershipevent_p.h>
 
23
#include <UbuntuGestures/private/touchregistry_p.h>
 
24
#include <UbuntuGestures/private/unownedtouchevent_p.h>
25
25
 
26
26
UG_NAMESPACE_BEGIN
27
27