summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxabstractcover.h
blob: bb3be00364ea514a3c093f804a2120cdec93d331 (plain)
123456789101112131415
// 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_Hclass QQnxAbstractCover {public:virtual~QQnxAbstractCover() {}virtualvoidupdateCover() =0;};#endif// QQNXABSTRACTCOVER_H
close