diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-04 15:35:19 +0200 |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-04 15:36:34 +0200 |
commit | fcd1059f05be695b78f42c02446b17ab143ce9c0 (patch) | |
tree | 822a6f1303a44a2e7b9da33cdbf4ddb376df5349 /src/gui/statemachine | |
parent | 0d47438a75bef93ac15aba011d7bf931791e32f9 (diff) | |
download | qt4-tools-fcd1059f05be695b78f42c02446b17ab143ce9c0.tar.gz |
kill bad QT_END_HEADER
There should be no QT_{BEGIN,END}_HEADER here; this is a private header.
Diffstat (limited to 'src/gui/statemachine')
-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 6c0afe430f..3161844873 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 |