X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;fp=src%2Fgui%2Ffilepicker.h;h=64a9e23592a2ee5f82dec3b741bde0f143ec405c;hb=f24ae2128609d5ab8c9a57dfd9dbb46afb7302a9;hp=5ffafded0f254d24eeab2c2d107d0f91fc205d6c;hpb=742efd9b7deca399ca92f1c548e97836d626c86a;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index 5ffafde..64a9e23 100644 --- a/src/gui/filepicker.h +++ b/src/gui/filepicker.h @@ -19,10 +19,12 @@ class FilePickerWindow: public QWidget public: FilePickerWindow(QWidget * parent = 0); QString GetSelectedPrettyName(void); + void ScanSoftwareFolder(bool allow = false); public slots: void AddFileToList(unsigned long index); void AddFileToList2(unsigned long index, QString, QImage *, unsigned long size); + void AddFileToList3(unsigned long index, QString, QImage *, unsigned long size, bool, unsigned long, unsigned long); void UpdateSelection(const QModelIndex &, const QModelIndex &); void LoadButtonPressed(void);