obsolete comments removed

This commit is contained in:
Uwe Rathmann 2018-06-25 12:39:46 +02:00
parent 370800d9c8
commit dcf77a0ae1
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ class QSK_EXPORT QskWindow : public QQuickWindow
public:
enum EventAcceptance
{
/*
Qt/Quick has no way to stop propagating input events
beside accepting it ( like NoMousePropagation
*/
EventProcessed = 0,
EventPropagationStopped = 1
};