Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqnxabstractcover.h
Go to the documentation of this file.
1// Copyright (C) 2013 BlackBerry Limited. All rights reserved.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QQNXABSTRACTCOVER_H
5#define QQNXABSTRACTCOVER_H
6
8{
9public:
10 virtual ~QQnxAbstractCover() {}
11
12 virtual void updateCover() = 0;
13};
14
15#endif // QQNXABSTRACTCOVER_H
virtual void updateCover()=0