Mercurial > hg > easyhg
comparison mainwindow.cpp @ 15:8689cc000ddf
Added info of server port (8000).
author | Jari Korhonen <jtkorhonen@gmail.com> |
---|---|
date | Sat, 15 May 2010 17:51:40 +0300 |
parents | 59e03acf84fd |
children | 9b52042baf39 |
comparison
equal
deleted
inserted
replaced
14:59e03acf84fd | 15:8689cc000ddf |
---|---|
538 params << "serve"; | 538 params << "serve"; |
539 | 539 |
540 runner -> startProc(getHgBinaryName(), workFolderPath, params, false); | 540 runner -> startProc(getHgBinaryName(), workFolderPath, params, false); |
541 runningAction = ACT_SERVE; | 541 runningAction = ACT_SERVE; |
542 | 542 |
543 QMessageBox::information(this, "Serve", "Server running", QMessageBox::Close); | 543 QMessageBox::information(this, "Serve", "Server running on port 8000", QMessageBox::Close); |
544 runner -> killProc(); | 544 runner -> killProc(); |
545 } | 545 } |
546 } | 546 } |
547 | 547 |
548 | 548 |