aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/imageviewer/imageviewer.h
blob: 8b34c2bc52ee19b90edcb4af3a6f4e3391ec2c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2016 Denis Mingulov.
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include <QObject>

namespace ImageViewer::Internal {

void setupImageViewer(QObject *guard);

} // ImageViewer::Internal