summaryrefslogtreecommitdiffhomepage
path: root/api/is-window-visible.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/is-window-visible.hpp')
-rw-r--r--api/is-window-visible.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/is-window-visible.hpp b/api/is-window-visible.hpp
new file mode 100644
index 00000000..18c9251a
--- /dev/null
+++ b/api/is-window-visible.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <QWidget>
+#include "export.hpp"
+
+OPENTRACK_API_EXPORT bool is_window_visible(const QWidget* widget);
+