mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: stop dumping the list of supported dive computers
This doesn't seem to add much value anymore and massively clutters the output. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a200ac0982
commit
e855dde965
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ void run_ui()
|
||||||
QObject::connect(qml_window, &QQuickWindow::screenChanged, QMLManager::instance(), &QMLManager::screenChanged);
|
QObject::connect(qml_window, &QQuickWindow::screenChanged, QMLManager::instance(), &QMLManager::screenChanged);
|
||||||
QMLManager *manager = QMLManager::instance();
|
QMLManager *manager = QMLManager::instance();
|
||||||
LOG_STP("run_ui qmlmanager instance started");
|
LOG_STP("run_ui qmlmanager instance started");
|
||||||
// now that the log file is initialized...
|
|
||||||
show_computer_list();
|
|
||||||
LOG_STP("run_ui show_computer_list");
|
|
||||||
|
|
||||||
manager->setDevicePixelRatio(qml_window->devicePixelRatio(), qml_window->screen());
|
manager->setDevicePixelRatio(qml_window->devicePixelRatio(), qml_window->screen());
|
||||||
manager->qmlWindow = qqWindowObject;
|
manager->qmlWindow = qqWindowObject;
|
||||||
|
|
Loading…
Add table
Reference in a new issue