1 2 3 4 5 6 7
#pragma once #include <QWidget> #include "export.hpp" OPENTRACK_API_EXPORT bool is_window_visible(const QWidget* widget);