mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
qt-models: remove LOG_STP from mobile/desktop
LOG_STP is on longer providing the data needed, since a lot of the startup is indirectly in QML, furthermore using the xcode project and running profiler gives much more detailed information Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
11592ed958
commit
a96be9af68
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "core/qthelper.h"
|
||||
#include "core/trip.h"
|
||||
#include "core/settings/qPrefGeneral.h"
|
||||
#include "core/ssrf.h" // for LOG_STP
|
||||
#include "core/errorhelper.h" // for verbose
|
||||
#include <QDateTime>
|
||||
#include <QtConcurrent>
|
||||
|
@ -184,7 +183,6 @@ bool CollapsedDiveListSortModel::filterAcceptsRow(int source_row, const QModelIn
|
|||
DiveListSortModel::DiveListSortModel()
|
||||
{
|
||||
setSourceModel(DiveListModel::instance());
|
||||
LOG_STP("run_ui diveListModel sorted");
|
||||
}
|
||||
|
||||
DiveListSortModel *DiveListSortModel::instance()
|
||||
|
@ -271,7 +269,6 @@ void DiveListSortModel::reload()
|
|||
|
||||
DiveListModel::DiveListModel()
|
||||
{
|
||||
LOG_STP("run_ui diveListModel started");
|
||||
}
|
||||
|
||||
void DiveListModel::insertDive(int i)
|
||||
|
|
Loading…
Reference in a new issue