Change playlist to use Esperanza's playlistmodel

This commit is contained in:
Thomas Frauendorfer 2007-10-07 14:34:53 +02:00
parent 85cf6a8d1c
commit 503385309b
96 changed files with 2010 additions and 412 deletions

View file

@ -1,19 +0,0 @@
#ifndef __FILEDIALOG_H__
#define __FILEDIALOG_H__
#include <QFileDialog>
class FileDialog : public QFileDialog
{
Q_OBJECT
public:
FileDialog (QWidget *parent, const QString &name);
QString getDirectory ();
QStringList getFiles ();
private:
QString m_name;
};
#endif