From ceccc212b8edd5f6312c8050edc66552aecf50cd Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 6 Oct 2020 10:12:41 +0200 Subject: [PATCH] Gui: [skip ci] move dontUseNativeDialog() to unnamed namespace --- src/Gui/FileDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/FileDialog.cpp b/src/Gui/FileDialog.cpp index 4940447a84..45afbddf68 100644 --- a/src/Gui/FileDialog.cpp +++ b/src/Gui/FileDialog.cpp @@ -50,7 +50,7 @@ using namespace Gui; -namespace Gui { +namespace { bool dontUseNativeDialog() { #if defined(USE_QT_FILEDIALOG)