Revision: 6281
Author: nogu.dev
Date: Wed Mar 24 15:05:16 2010
Log: * qt4/immodule/candidatewindow.cpp
- Remove unused function CandidateWindow::setIndexInPage().
* qt4/immodule/candidatewindow.h
- Ditto.
http://code.google.com/p/uim/source/detail?r=6281
Modified:
/trunk/qt4/immodule/candidatewindow.cpp
/trunk/qt4/immodule/candidatewindow.h
=======================================
--- /trunk/qt4/immodule/candidatewindow.cpp Wed Mar 24 15:04:57 2010
+++ /trunk/qt4/immodule/candidatewindow.cpp Wed Mar 24 15:05:16 2010
@@ -375,15 +375,6 @@
updateLabel();
}
-
-void CandidateWindow::setIndexInPage( int index )
-{
- cList->clearSelection();
- cList->selectRow( index );
-
- slotCandidateSelected( index );
-}
-
void CandidateWindow::slotCandidateSelected( int row )
{
=======================================
--- /trunk/qt4/immodule/candidatewindow.h Wed Mar 24 15:05:07 2010
+++ /trunk/qt4/immodule/candidatewindow.h Wed Mar 24 15:05:16 2010
@@ -82,7 +82,6 @@
void setPage( int page );
void shiftPage( bool forward );
void setIndex( int totalindex );
- void setIndexInPage( int index );
void setNrCandidates( int nrCands, int dLimit );
void setPageCandidates( int page, const QList<uim_candidate>
&candidates );
To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or
reply to this email with the words "REMOVE ME" as the subject.