X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;h=8003aa8fc2b3d4690c95734e3f03afe9caad2af4;hb=b74298f2a4540168f8e4a2bbc9fc6fdc7f4afa57;hp=64a9e23592a2ee5f82dec3b741bde0f143ec405c;hpb=f24ae2128609d5ab8c9a57dfd9dbb46afb7302a9;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index 64a9e23..8003aa8 100644 --- a/src/gui/filepicker.h +++ b/src/gui/filepicker.h @@ -27,11 +27,13 @@ class FilePickerWindow: public QWidget void AddFileToList3(unsigned long index, QString, QImage *, unsigned long size, bool, unsigned long, unsigned long); void UpdateSelection(const QModelIndex &, const QModelIndex &); void LoadButtonPressed(void); + void CatchDoubleClick(const QModelIndex &); signals: void RequestLoad(QString); protected: + void keyPressEvent(QKeyEvent *); // void PopulateList(void); private: