summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/ozone_platform_qt.h
blob: 23629b2eb87dc000cd4b6ce1ff77ce0bffc270db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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

namespace ui {
class OzonePlatform;

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

}  // namespace ui

#endif // OZONE_PLATFORM_QT_H