diff options
| -rw-r--r-- | ui/uicontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h index df016462..ffc5b325 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -96,7 +96,7 @@ public: static QSize getScaledWindowSize(int x, int y); static void updateStatus(bool updateInfo = true); static void notifyThemeChanged(); - static void showPreview(QWidget* parent, PreviewWidget* preview, QPoint localPos); + static void showPreview(QWidget* parent, PreviewWidget* preview, QPoint localPos, bool anchorAtPoint = false); static void closePreview(); static bool sendPreviewWheelEvent(QWheelEvent* event); static void closeOtherActiveModalWidget(QWidget* current); |
