Add an icon to Grooveshark song URL message box
This commit is contained in:
parent
e33de66d0f
commit
3d350b35e9
|
@ -1056,6 +1056,7 @@ void GroovesharkService::SongUrlToShareReceived(QNetworkReply* reply) {
|
|||
|
||||
QMessageBox url_box;
|
||||
url_box.setWindowTitle(tr("Grooveshark song's URL"));
|
||||
url_box.setWindowIcon(QIcon(":/icon.png"));
|
||||
url_box.setText(url);
|
||||
url_box.setStandardButtons(QMessageBox::Ok);
|
||||
QPushButton* copy_to_clipboard_button =
|
||||
|
|
Loading…
Reference in New Issue