~dinko-metalac/sudoku-app/sudoku-design2

« back to all changes in this revision

Viewing changes to sudoku-app.qml

  • Committer: dinko.metalac at gmail
  • Date: 2013-07-02 13:04:35 UTC
  • mfrom: (54.1.1 fix-bug-1196473)
  • Revision ID: dinko.metalac@gmail.com-20130702130435-1cd9vsn353liy32i
Fix for bug 1196942

Show diffs side-by-side

added added

removed removed

Lines of Context:
406
406
                        anchors.horizontalCenter: parent.horizontalCenter;
407
407
                        Label {
408
408
                            font.bold: true;
409
 
                            text: "https://launchpad.net/sudoku-app"
 
409
                            text: "<a href=\"https://launchpad.net/sudoku-app\">https://launchpad.net/sudoku-app</a>"
 
410
                            onLinkActivated: Qt.openUrlExternally(link)
410
411
                        }
411
412
                    }
412
413
                }