Skip to content

Commit

Permalink
Remove a redundant QObject::, the class already inherit from QObject...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Jul 18, 2013
1 parent 1293188 commit 09c9a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuiwebbrowser.cpp
Expand Up @@ -561,7 +561,7 @@ void MythWebView::doDownload(const QString &saveFilename)
if (saveFilename.isEmpty())
return;

openBusyPopup(QObject::tr("Downloading file. Please wait..."));
openBusyPopup(tr("Downloading file. Please wait..."));

// No need to make sure the path to saveFilename exists because
// MythDownloadManage takes care of that
Expand Down

0 comments on commit 09c9a79

Please sign in to comment.