diff --git a/YACReaderLibrary/comic_vine/api_key_dialog.cpp b/YACReaderLibrary/comic_vine/api_key_dialog.cpp index 5ab0c354..355ecd0e 100644 --- a/YACReaderLibrary/comic_vine/api_key_dialog.cpp +++ b/YACReaderLibrary/comic_vine/api_key_dialog.cpp @@ -20,6 +20,7 @@ ApiKeyDialog::ApiKeyDialog(QWidget *parent) : QLabel * info = new QLabel(tr("Before you can connect to Comic Vine, you need your own API key. Please, get one free here")); info->setWordWrap(true); + info->setOpenExternalLinks(true); edit = new QLineEdit(); edit->setPlaceholderText(tr("Paste here your Comic Vine API key")); connect(edit,SIGNAL(textChanged(QString)),this,SLOT(enableAccept(QString)));