diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-01-06 15:12:44 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-01-06 15:12:44 +0100 |
| commit | d1a0e7b239a98d835e716fa3bc7843f39dca45d9 (patch) | |
| tree | 1199c96b63eaac46e5c542c376713d7b57b88227 /g_property.h | |
| parent | ffac2767127fe0bdb990187bbf9ec640e06933a6 (diff) | |
Diffstat (limited to 'g_property.h')
| -rw-r--r-- | g_property.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g_property.h b/g_property.h index af29c50..0d49cda 100644 --- a/g_property.h +++ b/g_property.h @@ -159,7 +159,6 @@ public Q_SLOTS: \ public: \
virtual type get_##name() const \
{ \
- qDebug() << "read" << #name; \
const auto result = static_cast<type>( \
GlobalSettings::instance() \
->value( \
@@ -168,7 +167,6 @@ public: \ ) \
.value<type>() \
); \
- qDebug() << #name << "result:" << result; \
return result; \
}
|
