Cppcheck warning.
--HG-- branch : develop
This commit is contained in:
parent
695dda1449
commit
a4a6b18561
|
@ -99,7 +99,7 @@ int VLayoutGenerator::DetailsCount()
|
|||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void VLayoutGenerator::Generate(QElapsedTimer timer, qint64 timeout, LayoutErrors previousState)
|
||||
void VLayoutGenerator::Generate(const QElapsedTimer &timer, qint64 timeout, LayoutErrors previousState)
|
||||
{
|
||||
stopGeneration.store(false);
|
||||
papers.clear();
|
||||
|
|
|
@ -79,7 +79,7 @@ public:
|
|||
qreal GetShift() const;
|
||||
void SetShift(qreal shift);
|
||||
|
||||
void Generate(QElapsedTimer timer, qint64 timeout, LayoutErrors previousState = LayoutErrors::NoError);
|
||||
void Generate(const QElapsedTimer &timer, qint64 timeout, LayoutErrors previousState = LayoutErrors::NoError);
|
||||
|
||||
qreal LayoutEfficiency() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user