vymmodel.h
changeset 791 f1006de05c54
parent 790 133e2ed6b9c5
child 794 d922fb6ea482
     1.1 --- a/vymmodel.h	Thu Sep 03 08:52:00 2009 +0000
     1.2 +++ b/vymmodel.h	Mon Sep 07 15:36:57 2009 +0000
     1.3 @@ -122,7 +122,7 @@
     1.4  	void saveFloatImage ();
     1.5  
     1.6  private:	
     1.7 -    void importDirInt(BranchObj *,QDir);
     1.8 +    void importDirInt(BranchItem *,QDir);
     1.9      void importDirInt(const QString&);
    1.10  public:	
    1.11      void importDir();
    1.12 @@ -598,9 +598,6 @@
    1.13  signals:
    1.14  	void selectionChanged(const QItemSelection &newsel, const QItemSelection &oldsel);
    1.15  
    1.16 -public slots:
    1.17 -	void updateSelection (const QItemSelection &newSel, const QItemSelection &delSel);
    1.18 -
    1.19  public:
    1.20  	void emitSelectionChanged(const QItemSelection &oldsel);
    1.21  	void emitSelectionChanged();