Workaround lupdate limitation

Defining a function like this apparently leads to
`Qualifying with unknown namespace/class` so let's just drop the namespace.
This commit is contained in:
Martchus 2023-06-07 23:18:04 +02:00
parent 5286273cc5
commit 7d2fe59996
1 changed files with 1 additions and 1 deletions

View File

@ -1380,7 +1380,7 @@ void TagEditorWidget::closeFile()
updateFileStatusStatus();
}
void QtGui::TagEditorWidget::renameFile()
void TagEditorWidget::renameFile()
{
if (isFileOperationOngoing()) {
emit statusMessage(tr("Unable to rename the file because the current process hasn't been finished yet."));