Fix warning parameter 'filename' not found in the function declaration.

This commit is contained in:
Roman Telezhynskyi 2021-04-28 16:44:05 +03:00
parent 9daeae12fe
commit 90eeec1d70

View File

@ -222,7 +222,7 @@ private:
/** /**
* @brief generateTiledPdf Generates the tiled Pdf in the given filename * @brief generateTiledPdf Generates the tiled Pdf in the given filename
* @param filename output file name * @param fileName output file name
*/ */
void generateTiledPdf(QString fileName); void generateTiledPdf(QString fileName);