diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-05-14 19:55:59 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-05-14 19:55:59 (GMT) |
commit | 20bd371f722f95bdf9da2d5c27753af4d38e7b6f (patch) | |
tree | d211455e0cef95445694e7630c63dd0e90d3f3a5 /qtools | |
parent | ea4b32cb910635a50467b02f36b5521337451cf0 (diff) | |
download | Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.zip Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.gz Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.bz2 |
Release-1.3-20030514
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qglobal.h b/qtools/qglobal.h index 53b082e..b8854c0 100644 --- a/qtools/qglobal.h +++ b/qtools/qglobal.h @@ -594,6 +594,6 @@ Q_EXPORT void qObsolete( const char *message ); #endif // DvH: added to avoid warnings on recent gcc versions -#define Q_DELETE_VOID_UNDEFINED +#define Q_DELETING_VOID_UNDEFINED #endif // QGLOBAL_H |