10 lines
207 B
C
10 lines
207 B
C
// SPDX-License-Identifier: MIT
|
|
|
|
#pragma once
|
|
|
|
#include <QPoint>
|
|
#include <QRect>
|
|
#include <QSize>
|
|
|
|
QPoint previewPosition(const QRect &button, const QRect &screen, const QSize &preview, int panelLocation);
|