diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 20:57:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 20:57:27 +0900 |
| commit | 230ed5e400ea4276d927570a7781cfcb5c7a534a (patch) | |
| tree | 56bb72cae9206a3a6734a380f48b85051d054614 /doc/html/qcursor-h.html | |
| parent | 2df70f03d493f5226821dd2e1da3759e3abceb02 (diff) | |
| download | qt3-230ed5e4.tar.gz qt3-230ed5e4.zip | |
Always build with a clean namespace
QT_CLEAN_NAMESPACE constant is no more needed
This may theoretically affect applications created for Qt1 and Qt2,
but such applications require further modifications as well.
---------------------------
Cherry picked and adapted from commit ff63338d in tqt3 from Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcursor-h.html')
| -rw-r--r-- | doc/html/qcursor-h.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/html/qcursor-h.html b/doc/html/qcursor-h.html index 0823646..84f6e84 100644 --- a/doc/html/qcursor-h.html +++ b/doc/html/qcursor-h.html @@ -158,19 +158,6 @@ private: }; -#if !defined(QT_CLEAN_NAMESPACE) -// CursorShape is defined in X11/X.h -#ifdef CursorShape -#define X_CursorShape CursorShape -#undef CursorShape -#endif -typedef Qt::CursorShape QCursorShape; -#ifdef X_CursorShape -#define CursorShape X_CursorShape -#endif -#endif - - /***************************************************************************** QCursor stream functions *****************************************************************************/ |
