mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Ref T554, use auto publish signal and display confirmation dialog to clean up files after publishing
This commit is contained in:
committed by
Mat Sutcliffe
parent
0633c55ab1
commit
37bdb364b8
@@ -52,6 +52,12 @@ namespace BlackGui
|
||||
|
||||
//! Delete all files
|
||||
void deleteAllFiles();
|
||||
|
||||
//! Auto publishing completed
|
||||
void onAutoPublished(bool success, const QString &url, const BlackMisc::CStatusMessageList &msgs);
|
||||
|
||||
//! Close parent dialog (if any)
|
||||
void closeParentDialog();
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user