From f60bda7f7de934e5629bebd8b2230ef558ef7be9 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Thu, 8 Jul 2004 11:03:01 +0000 Subject: [PATCH] This is useless. Don't initialize the string to "" svn path=/trunk/kdebase/konsole/; revision=326885 --- konsole/keytrans.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/konsole/keytrans.cpp b/konsole/keytrans.cpp index f708e7d3..5e346776 100644 --- a/konsole/keytrans.cpp +++ b/konsole/keytrans.cpp @@ -67,8 +67,7 @@ QString KeyTrans::KeyEntry::text() */ KeyTrans::KeyTrans(const QString& path) -:m_hdr("") -,m_path(path) +:m_path(path) ,m_numb(0) ,m_fileRead(false) {