diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-04-27 19:44:46 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-04-27 19:44:46 (GMT) |
commit | 08b4b96ea20ded173b851aeb452c5d3c98e08cc4 (patch) | |
tree | 73dfea63810e8b2a57aee5b37ecd2f360c69f440 /qtools | |
parent | f08c77a2ead21877f1cbd49a5b325ab7be0fc599 (diff) | |
download | Doxygen-08b4b96ea20ded173b851aeb452c5d3c98e08cc4.zip Doxygen-08b4b96ea20ded173b851aeb452c5d3c98e08cc4.tar.gz Doxygen-08b4b96ea20ded173b851aeb452c5d3c98e08cc4.tar.bz2 |
Release-1.3.6-20040427
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qgdict.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qtools/qgdict.cpp b/qtools/qgdict.cpp index c3b2f74..e9306bb 100644 --- a/qtools/qgdict.cpp +++ b/qtools/qgdict.cpp @@ -41,7 +41,6 @@ #include "qdatastream.h" #include <ctype.h> - // NOT REVISED /*! \class QGDict qgdict.h @@ -87,8 +86,8 @@ public: int QGDict::hashKeyString( const QString &key ) { #if defined(CHECK_NULL) - if ( key.isNull() ) - qWarning( "QGDict::hashStringKey: Invalid null key" ); + if ( key.isNull() ) + qWarning( "QGDict::hashStringKey: Invalid null key" ); #endif int i; register uint h=0; |