Fix warnings about extra tokens after preprocessor directive.

Change-Id: I7f18ec42f6f6dd697947654384767c2c6b211498
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
bb10
Friedemann Kleint 2013-02-25 15:29:56 +01:00 committed by The Qt Project
parent d400666c61
commit 17501e09b9
1 changed files with 1 additions and 1 deletions

View File

@ -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;