mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T698, display network statistics in UI (internals)
This commit is contained in:
committed by
Mat Sutcliffe
parent
f754154455
commit
ab83d55d7c
@@ -81,6 +81,12 @@ namespace BlackGui
|
||||
//! Checkbox toggled
|
||||
void onCrashDumpUploadToggled(bool checked);
|
||||
|
||||
//! Show network statistics
|
||||
void networkStatistics();
|
||||
|
||||
//! Enable/disable statistics
|
||||
void onNetworkStatisticsToggled(bool checked);
|
||||
|
||||
QScopedPointer<Ui::CInternalsComponent> ui;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user