summaryrefslogtreecommitdiffhomepage
path: root/api/is-window-visible.hpp
blob: 18c9251a40d588af975f8aaf8a054f250ba2e731 (plain)
1
2
3
4
5
6
7
#pragma once

#include <QWidget>
#include "export.hpp"

OPENTRACK_API_EXPORT bool is_window_visible(const QWidget* widget);