summaryrefslogtreecommitdiff
path: root/src/motddialog.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-01-06 19:31:53 +0100
committerTannin <devnull@localhost>2015-01-06 19:31:53 +0100
commit9edc39633b82b5e02d33c4b0a395fe110af28eb4 (patch)
tree90d627525292cb87f3d4b7330b1847a17b568b61 /src/motddialog.cpp
parentb415db619ed027ec2acd283983624293274b090f (diff)
- bugfixes
- moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
Diffstat (limited to 'src/motddialog.cpp')
-rw-r--r--src/motddialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/motddialog.cpp b/src/motddialog.cpp
index 59ace4d1..96d88542 100644
--- a/src/motddialog.cpp
+++ b/src/motddialog.cpp
@@ -28,8 +28,6 @@ MotDDialog::MotDDialog(const QString &message, QWidget *parent)
{
ui->setupUi(this);
ui->motdView->setHtml(BBCode::convertToHTML(message));
-// ui->motdView->page()->setLinkDelegationPolicy(QWebPage::DelegateAllLinks);
-// connect(ui->motdView->page(), SIGNAL(linkClicked(QUrl)), this, SLOT(linkClicked(QUrl)));
connect(ui->motdView, SIGNAL(anchorClicked(QUrl)), this, SLOT(linkClicked(QUrl)));
}