diff options
author | Weblate <noreply@weblate.org> | 2018-03-10 15:09:31 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2018-03-10 15:09:31 +0000 |
commit | e823783499a7b2f8c3cbfb24ae428b39311bee5e (patch) | |
tree | 74138f1e34b8f090f62bd5412f38b8e185209302 /src-qt5/src-cpp/tests | |
parent | Translated using Weblate (Italian) (diff) | |
parent | Add the beginnings of the new window frame (widgets-based) (diff) | |
download | lumina-e823783499a7b2f8c3cbfb24ae428b39311bee5e.tar.gz lumina-e823783499a7b2f8c3cbfb24ae428b39311bee5e.tar.bz2 lumina-e823783499a7b2f8c3cbfb24ae428b39311bee5e.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/src-cpp/tests')
-rw-r--r-- | src-qt5/src-cpp/tests/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/src-cpp/tests/main.cpp b/src-qt5/src-cpp/tests/main.cpp index 682c318a..215d1620 100644 --- a/src-qt5/src-cpp/tests/main.cpp +++ b/src-qt5/src-cpp/tests/main.cpp @@ -34,5 +34,8 @@ int main(int argc, char** argv){ timer->start(); int ret = A.exec(); qDebug() << " - Finished"; + qDebug() << "Ending Status:"; + qDebug() << "OS.networkAvailable:" << OS.networkAvailable(); + qDebug() << " - " << OS.networkType() << OS.networkStrength() << OS.networkIcon() << OS.networkHostname() << OS.networkAddress(); return ret; } |