#5101 clang-format: Allow short functions on a single line

Use AllowShortFunctionsOnASingleLine: InlineOnly
This commit is contained in:
Magne Sjaastad
2020-02-12 11:13:38 +01:00
parent ab9d46ee75
commit 10f0abc9b5
428 changed files with 1519 additions and 1990 deletions

View File

@@ -51,10 +51,7 @@ public:
{
}
bool isValid() const override
{
return m_summaryPlot.notNull();
}
bool isValid() const override { return m_summaryPlot.notNull(); }
QString description() const override
{
@@ -95,10 +92,7 @@ public:
}
}
int tabCount() const override
{
return (int)tabs().size();
}
int tabCount() const override { return (int)tabs().size(); }
private:
static DateTimePeriod indexToPeriod( int tabIndex )
@@ -132,10 +126,7 @@ public:
{
}
bool isValid() const override
{
return m_crossPlot.notNull();
}
bool isValid() const override { return m_crossPlot.notNull(); }
QString description() const override
{