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

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuGestures/ucswipearea.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:
25
25
#include <private/qquickwindow_p.h>
26
26
 
27
27
// local
28
 
#include <UbuntuGestures/TouchOwnershipEvent>
29
 
#include <UbuntuGestures/TouchRegistry>
30
 
#include <unownedtouchevent.h>
 
28
#include <UbuntuGestures/private/touchownershipevent_p.h>
 
29
#include <UbuntuGestures/private/touchregistry_p.h>
 
30
#include <UbuntuGestures/private/unownedtouchevent_p.h>
31
31
 
32
32
UG_NAMESPACE_BEGIN
33
33