Change playlist to use Esperanza's playlistmodel
This commit is contained in:
parent
85cf6a8d1c
commit
503385309b
96 changed files with 2010 additions and 412 deletions
19
FileDialog.h
19
FileDialog.h
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue