diff options
author | Alessandro Portale <alessandro.portale@nokia.com> | 2009-09-03 15:19:03 (GMT) |
---|---|---|
committer | Alessandro Portale <alessandro.portale@nokia.com> | 2009-09-03 15:26:00 (GMT) |
commit | 09e700f1d2a15ea4a596045496674c4d2521f5f8 (patch) | |
tree | 0d010dd17f26ac5539590f4ded7860963b072352 /src/gui/kernel/qapplication.h | |
parent | a13737c56e9c23f5edb2fd623a09d08a7d8ce83a (diff) | |
download | Qt-09e700f1d2a15ea4a596045496674c4d2521f5f8.zip Qt-09e700f1d2a15ea4a596045496674c4d2521f5f8.tar.gz Qt-09e700f1d2a15ea4a596045496674c4d2521f5f8.tar.bz2 |
Removing a few superfluous semicolons.
Reviewed-By: TrustMe
Diffstat (limited to 'src/gui/kernel/qapplication.h')
-rw-r--r-- | src/gui/kernel/qapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication.h b/src/gui/kernel/qapplication.h index 92cf0f8..f1e3cb0 100644 --- a/src/gui/kernel/qapplication.h +++ b/src/gui/kernel/qapplication.h @@ -327,7 +327,7 @@ public: { if (replace) changeOverrideCursor(cursor); else setOverrideCursor(cursor); } # endif inline static QT3_SUPPORT bool hasGlobalMouseTracking() {return true;} - inline static QT3_SUPPORT void setGlobalMouseTracking(bool) {}; + inline static QT3_SUPPORT void setGlobalMouseTracking(bool) {} inline static QT3_SUPPORT void flushX() { flush(); } static inline QT3_SUPPORT void setWinStyleHighlightColor(const QColor &c) { QPalette p(palette()); |