From 2957aae1073f4c41dd6783c41d1199be71cd9f4a Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 29 Oct 2002 19:08:40 +0000 Subject: the reverse getting of filenames is actually enabled There will be some code clean ups... but the interfaces should be fine now --- (limited to 'libopie/ofileselector/olocallister.h') diff --git a/libopie/ofileselector/olocallister.h b/libopie/ofileselector/olocallister.h index 01e6f3c..0cdf51f 100644 --- a/libopie/ofileselector/olocallister.h +++ b/libopie/ofileselector/olocallister.h @@ -11,6 +11,11 @@ public: QMap mimeTypes(const QString& dir ); void fileSelected( const QString& dir, const QString& file, const QString& ); void changedDir( const QString& dir, const QString& file,const QString& ); + QString selectedName()const; + QStringList selectedNames()const; + +private: + QString m_dir; }; #endif -- cgit v0.9.0.2