1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-19 04:02:09 +01:00
GPXSee/src/GUI/popup.h

16 lines
218 B
C++

#ifndef POPUP_H
#define POPUP_H
class QPoint;
class QWidget;
class ToolTip;
class Popup
{
public:
static void show(const QPoint &pos, const ToolTip &toolTip, QWidget *w);
static void clear();
};
#endif // POPUP_H