diff options
| author | Méven Car <[email protected]> | 2019-03-17 19:38:31 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2019-03-17 19:38:31 +0100 |
| commit | bc1a99bd11f4e1c054e55c8fde957ce0de89f989 (patch) | |
| tree | 36120ef9aca194bbd87a058128c5bbb1e1d4a288 /src/panels/information/informationpanel.h | |
| parent | bbfa6c4473b8278ce7636ca18dd3ad417f4c4cdb (diff) | |
| parent | 1ff74854ecb4e5c9a2099759b71c378225c9e988 (diff) | |
Merge remote-tracking branch 'origin/Applications/19.04'
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index 1eea8fcd2..05947145d 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -128,6 +128,12 @@ private: */ void markUrlAsInvalid(); + /** + * Opens a menu which allows to configure which meta information + * should be shown. + */ + void showContextMenu(const QPoint &point); + void init(); private: |
