mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-02 18:24:25 +00:00
Merge pull request #4391
b612bde remove unneded class CNodeCombinedStats; from rpcconsole.cpp (Philip Kaufmann)
This commit is contained in:
commit
82f2bba1ad
@ -231,6 +231,7 @@ RPCConsole::RPCConsole(QWidget *parent) :
|
|||||||
|
|
||||||
startExecutor();
|
startExecutor();
|
||||||
setTrafficGraphRange(INITIAL_TRAFFIC_GRAPH_MINS);
|
setTrafficGraphRange(INITIAL_TRAFFIC_GRAPH_MINS);
|
||||||
|
|
||||||
ui->detailWidget->hide();
|
ui->detailWidget->hide();
|
||||||
|
|
||||||
clear();
|
clear();
|
||||||
@ -581,7 +582,7 @@ void RPCConsole::peerLayoutChanged()
|
|||||||
if (fUnselect && selectedRow >= 0)
|
if (fUnselect && selectedRow >= 0)
|
||||||
{
|
{
|
||||||
ui->peerWidget->selectionModel()->select(QItemSelection(selectedModelIndex.first(), selectedModelIndex.last()),
|
ui->peerWidget->selectionModel()->select(QItemSelection(selectedModelIndex.first(), selectedModelIndex.last()),
|
||||||
QItemSelectionModel::Deselect);
|
QItemSelectionModel::Deselect);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fReselect)
|
if (fReselect)
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
class ClientModel;
|
class ClientModel;
|
||||||
class CNodeCombinedStats;
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QItemSelection;
|
class QItemSelection;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user