summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/ozone_platform_qt.h
blob: ca1dea91755419eb616c54551cfcf56d4f9f991f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef OZONE_PLATFORM_QT_H
#define OZONE_PLATFORM_QT_H

#if defined(USE_OZONE)

#include "ui/ozone/public/ozone_platform.h"

namespace ui {

// Constructor hook for use in ozone_platform_list.cc
OzonePlatform* CreateOzonePlatformQt();

}  // namespace ui

#endif // defined(USE_OZONE)
#endif // OZONE_PLATFORM_QT_H