From 568c816cc66f1566b8be6ff8d246e7b1465ae61e Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 15 Sep 2002 21:22:18 +0000 Subject: ok basicly all old functions are available again what's now missing is the code switching Listers and views toggling the toolbar filter --- (limited to 'libopie/ofileselector/ofileview.h') diff --git a/libopie/ofileselector/ofileview.h b/libopie/ofileselector/ofileview.h index 1b397f5..a4b1748 100644 --- a/libopie/ofileselector/ofileview.h +++ b/libopie/ofileselector/ofileview.h @@ -81,6 +81,7 @@ public: virtual QString selectedPath()const = 0; virtual QStringList selectedPaths()const = 0; virtual int fileCount() = 0; + virtual void sort() =0; /*signals:*/ protected: @@ -90,6 +91,7 @@ protected: void contextMenu(); void changedDir(const QString &); void changedDir(const QDir & ); + void updateLine( const QString& ); OFileSelector* selector()const; private: -- cgit v0.9.0.2