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

#include "export.hpp"
#include "macros1.h"

class QWidget;

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

OTR_COMPAT_EXPORT
bool check_is_visible();