~ubuntu-sdk-team/ubuntu-ui-toolkit/touchPoints

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuGestures/damper.cpp

Add UCTestExtras::removeTimeConstraintsFromSwipeArea

For that needed to move ucswipearea.cpp from UbuntuComponents to UbuntuGestures but made it in a private header so we don't have to care much for the API/ABI stability for now.

Approved by Zsombor Egri, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
#include "Damper.h"
 
17
#include "damper_p.h"
18
18
#include <QDebug>
19
19
 
20
20
QDebug operator<<(QDebug dbg, const DampedPointF &p)