~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/timesource.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:
16
16
 * Authored by: Daniel d'Andrada <daniel.dandrada@canonical.com>
17
17
 */
18
18
 
19
 
#include "timesource.h"
 
19
#include <UbuntuGestures/private/timesource_p.h>
20
20
 
21
21
#include <QElapsedTimer>
22
22