author | ulf69 <ulf69> | 2004-10-19 00:47:53 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-19 00:47:53 (UTC) |
commit | 08c6df8a9f7804278ac4029299d9d6de51976856 (patch) (side-by-side diff) | |
tree | 95fc8b69fc8ecaf683e7a62e4305b41f67b48b53 | |
parent | 0f35c6660ed4c304b7c75f2a607f0f27ba436601 (diff) | |
download | kdepimpi-08c6df8a9f7804278ac4029299d9d6de51976856.zip kdepimpi-08c6df8a9f7804278ac4029299d9d6de51976856.tar.gz kdepimpi-08c6df8a9f7804278ac4029299d9d6de51976856.tar.bz2 |
added lastupdate info and removed debug output
-rw-r--r-- | pwmanager/pwmanager/pwmview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -255,2 +255,3 @@ void PwMView::shiftToView() doc->getEntry(catDocIndex, i, &currItem); + //qDebug("PwMView::shiftToView: %s, %i", currItem.desc.c_str(), currItem.listViewPos); tmpSorted[currItem.listViewPos] = currItem; @@ -494,2 +495,6 @@ void PwMDataItemView::setPwMDataItem( const PwMDataItem& a ) dynamicPart += format + .arg( i18n("LastUpdate") ) + .arg( mItem.meta.update.toString().latin1() ); + + dynamicPart += format .arg( i18n("Description") ) |