From 08c6df8a9f7804278ac4029299d9d6de51976856 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Tue, 19 Oct 2004 00:47:53 +0000 Subject: added lastupdate info and removed debug output --- diff --git a/pwmanager/pwmanager/pwmview.cpp b/pwmanager/pwmanager/pwmview.cpp index e53124f..5aaf66e 100644 --- a/pwmanager/pwmanager/pwmview.cpp +++ b/pwmanager/pwmanager/pwmview.cpp @@ -253,6 +253,7 @@ void PwMView::shiftToView() // Sort items and store them in tempoary tmpSorted. for (i = 0; i < entries; ++i) { doc->getEntry(catDocIndex, i, &currItem); + //qDebug("PwMView::shiftToView: %s, %i", currItem.desc.c_str(), currItem.listViewPos); tmpSorted[currItem.listViewPos] = currItem; } @@ -492,6 +493,10 @@ void PwMDataItemView::setPwMDataItem( const PwMDataItem& a ) "%2"; dynamicPart += format + .arg( i18n("LastUpdate") ) + .arg( mItem.meta.update.toString().latin1() ); + + dynamicPart += format .arg( i18n("Description") ) .arg( mItem.desc.c_str() ); -- cgit v0.9.0.2