[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeutils/okteta/program/oktetakakao/controllers/view/stringsextract
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2008-06-30 22:29:49
Message-ID: 1214864989.950236.22066.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 826541 by kossebau:

fixed: no more doubled strings on copy, by using selectedRows() instead of \
selectedIndexes()

 M  +1 -1      stringsextractview.cpp  


--- trunk/KDE/kdeutils/okteta/program/oktetakakao/controllers/view/stringsextract/stringsextractview.cpp \
#826540:826541 @@ -192,7 +192,7 @@
 
 void StringsExtractView::onCopyButtonClicked()
 {
-    const QModelIndexList selectedIndexes = \
mContainedStringTableView->selectionModel()->selectedIndexes(); +    const \
QModelIndexList selectedIndexes = \
                mContainedStringTableView->selectionModel()->selectedRows();
     const QList<ContainedString> *containedStringList = \
mTool->containedStringList();  
     QString strings;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic