diff -r 735c7ea1d2a9 -r 4a84d7e444d8 vymmodel.h --- a/vymmodel.h Tue Jan 05 11:23:12 2010 +0000 +++ b/vymmodel.h Thu Jan 21 11:56:57 2010 +0000 @@ -264,6 +264,7 @@ bool EOFind; // true, if search failed public: + void findDuplicateURLs(); // find duplicate URLs, testing only so far BranchItem* findText(QString,bool); // Find object void findReset(); // Reset Search void emitShowFindWidget(); // Tell views to show FindWidget @@ -275,7 +276,7 @@ public: void setURL(const QString &url); QString getURL(); // returns URL of selection or "" - QStringList getURLs(); // returns URLs of subtree + QStringList getURLs(bool ignoreScrolled=true); // returns URLs of subtree void setFrameType(const FrameObj::FrameType &);