Skip to content

Commit

Permalink
chore: add repo url in about
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Dec 15, 2019
1 parent 7ca2f0d commit 7ea4810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,9 @@ void MainWindow::on_actionAbout_triggered() {
"<p>The <b>CP Editor</b> is a competitive programmer's editor "
"which can ease the task of compiling, testing and running a program"
"so that you (a great programmer) can focus fully on your algorithms "
"designs. </p>");
"designs. </p>"
"<p>The code repository: <a href=\"https://github.com/coder3101/cp-editor2\">"
"https://github.com/coder3101/cp-editor2</a></p>");
}

void MainWindow::on_actionAbout_Qt_triggered() {
Expand Down

0 comments on commit 7ea4810

Please sign in to comment.