Labrador/Desktop_Interface/pinchcatcher.cpp

7 lines
128 B
C++
Raw Normal View History

#include "pinchcatcher.h"
pinchCatcher::pinchCatcher(QObject *parent) : QObject(parent)
{
grabGesture(Qt::PinchGesture);
}