mainwindow.h
changeset 746 ee6b0f3a4c2f
parent 742 54d44ecd6097
child 753 25a77484ec72
     1.1 --- a/mainwindow.h	Mon Mar 23 09:06:51 2009 +0000
     1.2 +++ b/mainwindow.h	Thu Mar 26 07:49:17 2009 +0000
     1.3 @@ -215,7 +215,10 @@
     1.4  public slots:
     1.5  	void windowToggleSmoothPixmap();
     1.6  	void updateNoteFlag();
     1.7 -	void updateSatellites(VymModel*);
     1.8 +//	void updateNoteInEditor (VymModel *model, const NoteObj &note);
     1.9 +	void updateContent (QModelIndex index);
    1.10 +	void changeSelection (VymModel *model,const QItemSelection &newSel, const QItemSelection &delSel);
    1.11 +
    1.12  	void updateActions();
    1.13  	ModMode getModMode();
    1.14  	bool autoEditNewBranch();