aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/introductionwidget.h
blob: 9c6e3b324792d489d95d7c5c5e9b0b4403b6ac3a (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

namespace Welcome::Internal {

void runUiTour();
void askUserAboutIntroduction();

} // Welcome::Internal