Skip to content

Commit b33f715

Browse files
author
limxdev
committed
Add Hobit.io to Qt
1 parent ac7779e commit b33f715

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/qt/bitcoingui.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ BitcoinGUI::BitcoinGUI(interfaces::Node& node, const PlatformStyle *_platformSty
224224
connect(Exchangesite5, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot5()));
225225
connect(Exchangesite6, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot6()));
226226
connect(Exchangesite7, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot7()));
227-
//connect(Exchangesite8, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot8()));
227+
connect(Exchangesite8, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot8()));
228228
//connect(Exchangesite9, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot9()));
229229
//connect(Exchangesite10, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot10()));
230230

@@ -476,7 +476,7 @@ void BitcoinGUI::createActions()
476476
Exchangesite5 = new QAction(QIcon(":/icons/info"), tr("&Graviex.net"), this);
477477
Exchangesite6 = new QAction(QIcon(":/icons/info"), tr("&XT.com"), this);
478478
Exchangesite7 = new QAction(QIcon(":/icons/hitbtc"), tr("&HitBTC"), this);
479-
//Exchangesite8 = new QAction(QIcon(":/icons/tradesat"), tr("&Trade Satoshi"), this);
479+
Exchangesite8 = new QAction(QIcon(":/icons/info"), tr("&Hotbit.io"), this);
480480
//Exchangesite9 = new QAction(QIcon(":/icons/info"), tr("&Mylocalcoin"), this);
481481
//Exchangesite10 = new QAction(QIcon(":/icons/cryptobridgeb"), tr("&CryptoBridge"), this);
482482
//Exchangesite10 = new QAction(QIcon(":/icons/info"), tr("&Novaexchange"), this);
@@ -596,7 +596,7 @@ void BitcoinGUI::createMenuBar()
596596
hyperlinks2->addAction(Exchangesite5);
597597
hyperlinks2->addAction(Exchangesite6);
598598
hyperlinks2->addAction(Exchangesite7);
599-
//hyperlinks2->addAction(Exchangesite8);
599+
hyperlinks2->addAction(Exchangesite8);
600600
//hyperlinks2->addAction(Exchangesite9);
601601
//hyperlinks2->addAction(Exchangesite10);
602602
}

src/qt/bitcoingui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class BitcoinGUI : public QMainWindow
157157
QAction* Exchangesite5 = nullptr;
158158
QAction* Exchangesite6 = nullptr;
159159
QAction* Exchangesite7 = nullptr;
160-
//QAction* Exchangesite8 = nullptr;
160+
QAction* Exchangesite8 = nullptr;
161161
//QAction* Exchangesite9 = nullptr;
162162
//QAction* Exchangesite10 = nullptr;
163163

src/qt/guiutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ void hyperlinks2_slot4(){QString link1 = "https://crex24.com/es/exchange/BTX-BTC
434434
void hyperlinks2_slot5(){QString link1 = "https://graviex.net/markets/btxbtc"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
435435
void hyperlinks2_slot6(){QString link1 = "https://www.xt.com/trade/btx_btc"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
436436
void hyperlinks2_slot7(){QString link1 = "https://hitbtc.com/exchange/BTX-to-BTC"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
437-
void hyperlinks2_slot8(){QString link1 = "https://tradesatoshi.com/Exchange?market=BTX_BTC"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
437+
void hyperlinks2_slot8(){QString link1 = "https://www.hotbit.io/"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
438438
void hyperlinks2_slot9(){QString link1 = "https://mylocalcoin.com/"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
439439
void hyperlinks2_slot10(){QString link1 = "https://novaexchange.com/market/BTC_BTX/"; QDesktopServices::openUrl(QUrl(link1, QUrl::TolerantMode));}
440440

0 commit comments

Comments
 (0)