Replace initializer list macros with delegating constructors (#5279)

Closes #5278
This commit is contained in:
knittl
2019-10-27 21:17:04 +01:00
committed by Johannes Lorenz
parent dbf5f47149
commit 5e4e536bf0
4 changed files with 20 additions and 44 deletions

View File

@@ -100,7 +100,7 @@ private:
int m_numDigits;
int m_marginWidth;
void initUi( const QString& name, const QString &style = QString("19green") ); //!< to be called by ctors
void initUi( const QString& name, const QString &style ); //!< to be called by ctors
} ;