X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;h=8003aa8fc2b3d4690c95734e3f03afe9caad2af4;hb=81f36e3d736289426541785b6d945126f074e10f;hp=64a9e23592a2ee5f82dec3b741bde0f143ec405c;hpb=5da604521611a960140b58a2fb0f236c65610b70;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: