diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-04-27 19:44:46 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-04-27 19:44:46 (GMT) |
commit | 9b0cf1e08f786c5fbc0583fdeecd9b6fefda2b76 (patch) | |
tree | 73dfea63810e8b2a57aee5b37ecd2f360c69f440 /qtools | |
parent | 4088d90d9abafaa51250e55a5f48a787a921ed98 (diff) | |
download | Doxygen-9b0cf1e08f786c5fbc0583fdeecd9b6fefda2b76.zip Doxygen-9b0cf1e08f786c5fbc0583fdeecd9b6fefda2b76.tar.gz Doxygen-9b0cf1e08f786c5fbc0583fdeecd9b6fefda2b76.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; |