Suppress warnings.

This commit is contained in:
Roman Telezhynskyi 2020-02-16 21:51:41 +02:00
parent 5a10bd7f63
commit 8e815bbb54

View File

@ -45,5 +45,6 @@ PuzzleMainWindow::~PuzzleMainWindow()
//---------------------------------------------------------------------------------------------------------------------
bool PuzzleMainWindow::LoadFile(const QString &path)
{
Q_UNUSED(path)
return true;
}