Build fixes and some refactoring
This commit is contained in:
parent
e0c2f873f5
commit
4a4c9cd63f
9 changed files with 22 additions and 94 deletions
|
|
@ -91,7 +91,6 @@ AndroidController::AndroidController() : QObject()
|
|||
|
||||
connect(activity, &AndroidVPNActivity::eventStatisticUpdate, this,
|
||||
[this](const QString& parcelBody) {
|
||||
qDebug() << "Transact: update";
|
||||
auto doc = QJsonDocument::fromJson(parcelBody.toUtf8());
|
||||
|
||||
QString rx = doc.object()["rx_bytes"].toString();
|
||||
|
|
@ -229,8 +228,6 @@ void AndroidController::setFallbackConnectedNotification() {
|
|||
}
|
||||
|
||||
void AndroidController::checkStatus() {
|
||||
qDebug() << "check status";
|
||||
|
||||
AndroidVPNActivity::sendToService(ServiceAction::ACTION_REQUEST_STATISTIC, QString());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue