nomovok-opensource / cutedriver-agent_qt

Other
6 stars 12 forks source link

Fix wrong return value #12

Closed lmancini closed 8 years ago

lmancini commented 8 years ago

This caused a compiler error with clang under OS X:

services/interactionhandlers/gestures/tasgesturerecognizers.cpp:301:16:
error: cannot initialize return object of type 'TasGesture *' with an rvalue
of type 'bool'
        return false;
               ^~~~~