From 8e815bbb54d7f6e96038d5347f160d6ef2a97a50 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 16 Feb 2020 21:51:41 +0200 Subject: [PATCH] Suppress warnings. --- src/app/puzzle/puzzlemainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/puzzle/puzzlemainwindow.cpp b/src/app/puzzle/puzzlemainwindow.cpp index d690f7918..8e1c556f9 100644 --- a/src/app/puzzle/puzzlemainwindow.cpp +++ b/src/app/puzzle/puzzlemainwindow.cpp @@ -45,5 +45,6 @@ PuzzleMainWindow::~PuzzleMainWindow() //--------------------------------------------------------------------------------------------------------------------- bool PuzzleMainWindow::LoadFile(const QString &path) { - + Q_UNUSED(path) + return true; }