服务与支持邮箱不再标蓝
This commit is contained in:
parent
20ad966234
commit
310c94c8d3
|
@ -12,7 +12,8 @@
|
|||
#include "./component/mylabel.h"
|
||||
#include "../common/utils.h"
|
||||
|
||||
#define SUPPORT "<a href=\"mailto://support@kylinos.cn\">support@kylinos.cn</a>"
|
||||
// #define SUPPORT "<a href=\"mailto://support@kylinos.cn\">support@kylinos.cn</a>"
|
||||
#define SUPPORT "<u>support@kylinos.cn</u>"
|
||||
|
||||
AboutDialog::AboutDialog(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
|
@ -142,7 +143,6 @@ AboutDialog::~AboutDialog()
|
|||
delete ui;
|
||||
}
|
||||
|
||||
|
||||
void AboutDialog::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
// 设置背景色
|
||||
|
|
Loading…
Reference in New Issue