X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;h=e6a7c02a326499f8ff98a74fa3cabcf708de9234;hb=10d7ab1fb217c01030a0b637f9a571c1faf61ede;hp=a0e7e0663d174bf3f5d3f8bd1141276401fff14d;hpb=417c77735e5e76ab8803694511b465206d64bf97;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index a0e7e06..e6a7c02 100644 --- a/src/gui/filepicker.h +++ b/src/gui/filepicker.h @@ -3,7 +3,6 @@ // #include -#include "types.h" // Forward declarations class QListWidget; @@ -27,9 +26,11 @@ 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); + void FilePickerHiding(void); protected: void keyPressEvent(QKeyEvent *);