summaryrefslogtreecommitdiffhomepage
path: root/compat/check-visible.hpp
blob: a0211982bb2c11bd244af3c6e9ae39e723f08258 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "export.hpp"
#include "macros.hpp"

#include <QWidget>

never_inline OTR_COMPAT_EXPORT void set_is_visible(QWidget const& w, bool force = false);
never_inline OTR_COMPAT_EXPORT bool check_is_visible();