diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-05-14 18:04:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-05-14 18:06:43 +0000 |
commit | 5845c06cfb5e766eac1ad3363c31c4b2229189b0 (patch) | |
tree | 03dd8dbc9062ffeec4c7f4ccd69ff1382fb41f59 /graphics/luminance-qt5/files/patch-src_MainWindow_MainWindow.h | |
parent | editors/texstudio: Update to 3.1.2 (diff) |
- Belatedly update Luminance HDR to the latest version 2.6.1.1
- Allow to build without internal help browser: it requires rather
heavy QtWebEngine component which currently is also deprecated
- Optionize FITS support; drop no longer needed PKGNAMESUFFIX and
CONFLICTS_INSTALL knobs
PR: 239887
Diffstat (limited to 'graphics/luminance-qt5/files/patch-src_MainWindow_MainWindow.h')
-rw-r--r-- | graphics/luminance-qt5/files/patch-src_MainWindow_MainWindow.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/luminance-qt5/files/patch-src_MainWindow_MainWindow.h b/graphics/luminance-qt5/files/patch-src_MainWindow_MainWindow.h new file mode 100644 index 000000000000..3628fb7d6b4d --- /dev/null +++ b/graphics/luminance-qt5/files/patch-src_MainWindow_MainWindow.h @@ -0,0 +1,22 @@ +--- src/MainWindow/MainWindow.h.orig 2021-01-11 09:41:28 UTC ++++ src/MainWindow/MainWindow.h +@@ -146,7 +146,9 @@ class MainWindow : public QMainWindow { + void on_normalSizeAct_triggered(); + void updateMagnificationButtons(GenericViewer *); + ++#ifdef WITH_HELPBROWSER + void on_documentationAction_triggered(); ++#endif + void enterWhatsThis(); + + void on_OptionsAction_triggered(); +@@ -180,7 +182,9 @@ class MainWindow : public QMainWindow { + void enableCrop(bool); + void disableCrop(); + ++#ifdef WITH_HELPBROWSER + void helpBrowserClosed(); ++#endif + void on_actionDonate_triggered(); + + void onUpdateAvailable(); |