Audacity 3.2.0
SyncInBackroundDialog.cpp
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 SyncInBackroundDialog.cpp
7
8 Dmitry Vedenko
9
10**********************************************************************/
11
13
15{
18 DialogIdentifier { "SyncInBackroundDialog" } }
19{
20 AddTitle(XO("Syncing your project"));
21
23 "The project will sync in background while you work. You can check the sync status on the bottom right corner of Audacity at any time"));
24
26}
27
29{
30 return { L"ok" };
31}
32
33} // namespace audacity::cloud::audiocom::sync
XO("Cut/Copy/Paste")
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
void AddTitle(const TranslatableString &title)
void AddButton(DialogButtonIdentifier identifier, const TranslatableString &text, int type=None)
void AddParagraph(const TranslatableString &paragraph)