mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Emit signal on photo double-click
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b6fac74f6e
commit
d1511aa968
2 changed files with 16 additions and 1 deletions
|
@ -33,9 +33,14 @@ class DivePictureWidget : public QListView {
|
|||
Q_OBJECT
|
||||
public:
|
||||
DivePictureWidget(QWidget *parent);
|
||||
signals:
|
||||
void photoDoubleClicked(const QString filePath);
|
||||
private
|
||||
slots:
|
||||
void doubleClicked(const QModelIndex &index);
|
||||
};
|
||||
|
||||
class DivePictureThumbnailThread : public QThread {
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue