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