Audacity 3.2.0
LinkAccountDialog.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 LinkAccountDialog.h
7
8 Dmitry Vedenko
9
10**********************************************************************/
11#pragma once
12
13#include "AudioComDialogBase.h"
14
16{
17
19{
20public:
23 const TranslatableString& alternativeButtonText = {});
24 ~LinkAccountDialog() override = default;
25
28}; // class LinkAccountDialog
29
30} // namespace audacity::cloud::audiocom::sync
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
Holds a msgid for the translation catalog; may also bind format arguments.