diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-04 13:35:19 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-04 13:36:34 (GMT) |
commit | fcd1059f05be695b78f42c02446b17ab143ce9c0 (patch) | |
tree | 822a6f1303a44a2e7b9da33cdbf4ddb376df5349 /src/gui | |
parent | 0d47438a75bef93ac15aba011d7bf931791e32f9 (diff) | |
download | Qt-fcd1059f05be695b78f42c02446b17ab143ce9c0.zip Qt-fcd1059f05be695b78f42c02446b17ab143ce9c0.tar.gz Qt-fcd1059f05be695b78f42c02446b17ab143ce9c0.tar.bz2 |
kill bad QT_END_HEADER
There should be no QT_{BEGIN,END}_HEADER here; this is a private header.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/statemachine/qbasicmouseeventtransition_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/statemachine/qbasicmouseeventtransition_p.h b/src/gui/statemachine/qbasicmouseeventtransition_p.h index 6c0afe4..3161844 100644 --- a/src/gui/statemachine/qbasicmouseeventtransition_p.h +++ b/src/gui/statemachine/qbasicmouseeventtransition_p.h @@ -93,6 +93,4 @@ private: QT_END_NAMESPACE -QT_END_HEADER - #endif |