-- Add the missing virtual d'tors, there are pure virtual methods in the TreeBase class.


			
			
				wilder-work
			
			
		
Pradeepto Bhattacharya 18 years ago
parent 629fd5165a
commit 78cf645ab7
  1. 1
      treebase.h

@ -37,6 +37,7 @@ class TreeBase : public KListView
TreeBase( QWidget * parent, KMFolderTree *folderTree,
const QString &preSelection, bool mustBeReadWrite );
virtual ~TreeBase() {}
const KMFolder * folder() const;
/** Set the current folder */

Loading…
Cancel
Save