Use the canonical file name also for the "already open" check
[GPXSee.git] / src / GUI / popup.h
blobd9b949861dd9a74f22638dd5e4444c9d9e5d04d7
1 #ifndef POPUP_H
2 #define POPUP_H
4 class QPoint;
5 class QWidget;
6 class ToolTip;
8 class Popup
10 public:
11 static void show(const QPoint &pos, const ToolTip &toolTip, QWidget *w);
12 static void clear();
15 #endif // POPUP_H