Implement file->export, show error message on failure
This commit is contained in:
parent
372f30b3e9
commit
fb9909e421
6 changed files with 190 additions and 110 deletions
|
@ -22,6 +22,7 @@
|
|||
namespace asyncDialog
|
||||
{
|
||||
|
||||
void create(const char* message);
|
||||
void create(const char* message, std::function<void()> action);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue