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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/korganizer/incidenceeditor
From:       Volker Krause <vkrause () kde ! org>
Date:       2009-11-12 14:28:30
Message-ID: 1258036110.341408.18501.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1047982 by vkrause:

fix signal/slot connection


 M  +1 -1      koincidenceeditor.cpp  


--- branches/work/akonadi-ports/kdepim/korganizer/incidenceeditor/koincidenceeditor.cpp \
#1047981:1047982 @@ -92,7 +92,7 @@
   connect(mCalSelector, SIGNAL(currentChanged(Akonadi::Collection)), \
SLOT(slotSelectedCollectionChanged()));  connect(mCalSelector->model(), \
SIGNAL(rowsInserted(QModelIndex,int,int)), SLOT(slotSelectedCollectionChanged()));  \
connect(mCalSelector->model(), SIGNAL(rowsRemoved(QModelIndex,int,int)), \
                SLOT(slotSelectedCollectionChanged()));
-  connect(mCalSelector->model(), SIGNAL(dataChanged(QModelIndex,QModelIndex)()), \
SLOT(slotSelectedCollectionChanged())); +  connect(mCalSelector->model(), \
SIGNAL(dataChanged(QModelIndex,QModelIndex)), SLOT(slotSelectedCollectionChanged())); \
connect(mCalSelector->model(), SIGNAL(modelReset()), \
SLOT(slotSelectedCollectionChanged()));  //mCalSelector->setAccessRightsFilter( \
Akonadi::Collection::ReadOnly );  QLabel *callabel = new QLabel( i18n("Calendar:"), \
mainWidget() );


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

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