NOISSUE set line limit and overflow behaviour even for hidden console
This commit is contained in:
parent
155de307bc
commit
8bbaab334c
7 changed files with 40 additions and 14 deletions
|
@ -19,13 +19,16 @@ PassthroughSetting::PassthroughSetting(std::shared_ptr<Setting> other, std::shar
|
|||
: Setting(other->configKeys(), QVariant())
|
||||
{
|
||||
Q_ASSERT(other);
|
||||
Q_ASSERT(gate);
|
||||
m_other = other;
|
||||
m_gate = gate;
|
||||
}
|
||||
|
||||
bool PassthroughSetting::isOverriding() const
|
||||
{
|
||||
if(!m_gate)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return m_gate->get().toBool();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue