add rename and delete actions to VDS right-click menu (#5683)

This commit is contained in:
RickyRister 2025-03-03 05:35:50 -08:00 committed by GitHub
parent e1964f21de
commit d8da4473e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 89 additions and 2 deletions

View file

@ -36,6 +36,10 @@ public:
{
return lastFileName;
}
void setLastFileName(const QString &_lastFileName)
{
lastFileName = _lastFileName;
}
FileFormat getLastFileFormat() const
{
return lastFileFormat;