mirror of https://github.com/EspoTek/Labrador.git
7 lines
128 B
C++
7 lines
128 B
C++
|
#include "pinchcatcher.h"
|
||
|
|
||
|
pinchCatcher::pinchCatcher(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
grabGesture(Qt::PinchGesture);
|
||
|
}
|