summaryrefslogtreecommitdiffstats
path: root/tests/manual/diaglib/nativewindowdump.h
blob: 6fe2995dc8eb0a5baf063b033598495c4ffcd0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef _NATIVEWINDOWDUMP_
#define _NATIVEWINDOWDUMP_

#include <QtGui/qwindowdefs.h>

namespace QtDiag {

void dumpNativeWindows(WId root = 0);
void dumpNativeQtTopLevels();

} // namespace QtDiag

#endif