mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
Link clicker fix.
This commit is contained in:
parent
cf7dfeb26b
commit
9ef9b5dca7
@ -2187,6 +2187,11 @@ void nesca_3::changeNSTrackLabel(bool status)
|
||||
else ui->NSTrackStatusLabel->setStyleSheet("background-color: black; border: 1px solid white;");
|
||||
}
|
||||
|
||||
void nesca_3::onLinkClicked(QUrl link)
|
||||
{
|
||||
QDesktopServices::openUrl(link);
|
||||
}
|
||||
|
||||
void nesca_3::ConnectEvrthng()
|
||||
{
|
||||
connect ( pbTh, SIGNAL(upd()), this, SLOT(slotPBUpdate()));
|
||||
|
Loading…
Reference in New Issue
Block a user