OSDN Git Service

refactoring.
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 7 Dec 2003 09:45:54 +0000 (09:45 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 7 Dec 2003 09:45:54 +0000 (09:45 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@643 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/favoritelistview.cpp

index 032d2d2..65982b7 100644 (file)
@@ -70,13 +70,12 @@ void FavoriteListView::update()
   QDictIterator<Kita::Thread> it( threads );
   for(; it.current(); ++it) {
     const Kita::Thread* thread = it.current();
-    const Kita::Board* board = thread->getBoard();
 
     int readNum = cache->readNum( thread->datURL() );
     int resNum = cache->resNum( thread->datURL() );  // TODO unused variables.
 
     new KListViewItem( this,
-                       board->name(),
+                       thread->boardName(),
                        "",
                        thread->name(),
                        "",