Make launcher's version label selectable so it can be copy-pasted into issue reports

This commit is contained in:
scrawl 2015-02-22 00:13:03 +01:00
parent a5847afdac
commit 5eadffd0c4

View file

@ -61,6 +61,7 @@ Launcher::MainDialog::MainDialog(QWidget *parent)
QString revision(OPENMW_VERSION_COMMITHASH);
QString tag(OPENMW_VERSION_TAGHASH);
versionLabel->setTextInteractionFlags(Qt::TextSelectableByMouse);
if (!revision.isEmpty() && !tag.isEmpty())
{
if (revision == tag) {