X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;h=8003aa8fc2b3d4690c95734e3f03afe9caad2af4;hb=07d689da4cceee0c376861a1459c9e9c2289c6a2;hp=a0e7e0663d174bf3f5d3f8bd1141276401fff14d;hpb=417c77735e5e76ab8803694511b465206d64bf97;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);