mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
add rename and delete actions to VDS right-click menu (#5683)
This commit is contained in:
parent
e1964f21de
commit
d8da4473e2
3 changed files with 89 additions and 2 deletions
|
|
@ -36,6 +36,10 @@ public:
|
|||
{
|
||||
return lastFileName;
|
||||
}
|
||||
void setLastFileName(const QString &_lastFileName)
|
||||
{
|
||||
lastFileName = _lastFileName;
|
||||
}
|
||||
FileFormat getLastFileFormat() const
|
||||
{
|
||||
return lastFileFormat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue