Audacity 3.2.0
LinkSucceededDialog.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 LinkSucceededDialog.h
7
8 Dmitry Vedenko
9
10**********************************************************************/
11#pragma once
12
13#include "wxPanelWrapper.h"
14
16{
18{
19public:
20 explicit LinkSucceededDialog(wxWindow* parent);
21 ~LinkSucceededDialog() override;
22
23}; // class LinkSucceededDialog
24} // namespace audacity::cloud::audiocom