diff -r 2d4cc445a86a -r ee6b0f3a4c2f mainwindow.h --- a/mainwindow.h Mon Mar 23 09:06:51 2009 +0000 +++ b/mainwindow.h Thu Mar 26 07:49:17 2009 +0000 @@ -215,7 +215,10 @@ public slots: void windowToggleSmoothPixmap(); void updateNoteFlag(); - void updateSatellites(VymModel*); +// void updateNoteInEditor (VymModel *model, const NoteObj ¬e); + void updateContent (QModelIndex index); + void changeSelection (VymModel *model,const QItemSelection &newSel, const QItemSelection &delSel); + void updateActions(); ModMode getModMode(); bool autoEditNewBranch();