Abstract away a call to qApp->activePopupWidget()
It's now generic and doesn't depend on QApplication. Removes an ifdef.
This commit is contained in:
@@ -24,6 +24,7 @@ public:
|
||||
Platform_qtwidgets();
|
||||
~Platform_qtwidgets() override;
|
||||
const char *name() const override;
|
||||
bool hasActivePopup() const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user