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=8003aa8fc2b3d4690c95734e3f03afe9caad2af4;hb=54f5867e394981dd72548990064238454a6e2395;hp=a0e7e0663d174bf3f5d3f8bd1141276401fff14d;hpb=331e68678795fd4fc90db4541417ee115053c3ec;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index a0e7e06..8003aa8 100644 --- a/src/gui/filepicker.h +++ b/src/gui/filepicker.h @@ -27,6 +27,7 @@ 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);