add SessionDialog::clear_name()

This commit is contained in:
Paul Davis 2019-10-08 21:48:11 -06:00
parent 0ea5344be6
commit 195245fdb0
2 changed files with 8 additions and 0 deletions

View file

@ -69,6 +69,7 @@ public:
_provided_session_name = session_name;
_provided_session_path = session_path;
}
void clear_name ();
private:
bool new_only;