Commit 03fa177d authored by shibakaneki's avatar shibakaneki

Resolved an issue with the links in the teacherbar

parent 8c5b96b2
...@@ -320,7 +320,7 @@ QString UBUrlWidget::url() ...@@ -320,7 +320,7 @@ QString UBUrlWidget::url()
QString str; QString str;
if(NULL != mpUrl){ if(NULL != mpUrl){
str = mpUrl->text() + ";" + mpTitle->text(); str = mpUrl->text();// + ";" + mpTitle->text();
} }
return str; return str;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment