Fix warnings about extra tokens after preprocessor directive.
Change-Id: I7f18ec42f6f6dd697947654384767c2c6b211498 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>bb10
parent
d400666c61
commit
17501e09b9
|
|
@ -78,7 +78,7 @@ public:
|
|||
# ifndef QT_NO_DRAGANDDROP
|
||||
virtual QPlatformDrag *drag() const;
|
||||
# endif
|
||||
#endif !QT_NO_CLIPBOARD
|
||||
#endif // !QT_NO_CLIPBOARD
|
||||
virtual QPlatformInputContext *inputContext() const;
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
virtual QPlatformAccessibility *accessibility() const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue