diff options
Diffstat (limited to 'qtools/qgstring.h')
-rw-r--r-- | qtools/qgstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtools/qgstring.h b/qtools/qgstring.h index d3b997f..6934c93 100644 --- a/qtools/qgstring.h +++ b/qtools/qgstring.h @@ -26,6 +26,8 @@ class QGString ~QGString() ; bool resize( uint newlen ); + bool enlarge( uint newlen ); + void setLen( uint newlen ); QGString &operator=( const QGString &s ); QGString &operator=( const char *str ); |