summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
Diffstat (limited to 'qtools')
-rw-r--r--qtools/qgdict.cpp5
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;