summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxabstractcover.h
blob: bb3be00364ea514a3c093f804a2120cdec93d331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2013 BlackBerry Limited. All rights reserved.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QQNXABSTRACTCOVER_H
#define QQNXABSTRACTCOVER_H

class QQnxAbstractCover
{
public:
    virtual ~QQnxAbstractCover() {}

    virtual void updateCover() = 0;
};

#endif // QQNXABSTRACTCOVER_H