diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2014-06-27 16:17:33 +0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-27 06:56:21 -0700 |
commit | e88f37d3278c74052e122457498de244b1c73d60 (patch) | |
tree | 570858d2a04b82c89298428ccce206764ac8bc31 /qt-ui/maintab.h | |
parent | d1511aa9680d17c28ded0ee9b5472b1189edac65 (diff) | |
download | subsurface-e88f37d3278c74052e122457498de244b1c73d60.tar.gz |
Start external viewer on photo double-click
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index f20af8477..3d51f72d6 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -85,6 +85,7 @@ slots: void updateTextLabels(bool showUnits = true); QString trHemisphere(const char *orig); void escDetected(void); + void photoDoubleClicked(const QString filePath); private: Ui::MainTab ui; |