Cppcheck.
--HG-- branch : develop
This commit is contained in:
parent
b85c94273f
commit
8cbf143592
|
@ -44,7 +44,9 @@ DialogLayoutSettings::DialogLayoutSettings(VLayoutGenerator *generator, QWidget
|
||||||
disableSettings(disableSettings),
|
disableSettings(disableSettings),
|
||||||
ui(new Ui::DialogLayoutSettings),
|
ui(new Ui::DialogLayoutSettings),
|
||||||
oldPaperUnit(Unit::Mm),
|
oldPaperUnit(Unit::Mm),
|
||||||
oldLayoutUnit(Unit::Mm), generator(generator), isInitialized(false)
|
oldLayoutUnit(Unit::Mm),
|
||||||
|
generator(generator),
|
||||||
|
isInitialized(false)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
|
|
|
@ -130,9 +130,6 @@ private slots:
|
||||||
void IgnoreAllFields(int state);
|
void IgnoreAllFields(int state);
|
||||||
private:
|
private:
|
||||||
Q_DISABLE_COPY(DialogLayoutSettings)
|
Q_DISABLE_COPY(DialogLayoutSettings)
|
||||||
typedef QStringList FormatsVector;
|
|
||||||
typedef int VIndexType;
|
|
||||||
const static FormatsVector pageFormatNames;
|
|
||||||
|
|
||||||
bool disableSettings;
|
bool disableSettings;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user